Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Frontrooms/3.0-GC
/ getMail
Method
getMail
src/main/java/emu/grasscutter/game/player/Player.java:1083–1083 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
1081
}
1082
1083
public
Mail getMail(
int
index) {
return
this.getMailHandler().getMailById(index); }
1084
1085
public
int
getMailId(Mail message) {
1086
return
this.getMailHandler().getMailIndex(message);
Callers
4
getAllMail
Method · 0.45
handle
Method · 0.45
handle
Method · 0.45
PacketGetMailItemRsp
Method · 0.45
Calls
2
getMailHandler
Method · 0.95
getMailById
Method · 0.80
Tested by
no test coverage detected