MCPcopy 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

getAllMailMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
PacketGetMailItemRspMethod · 0.45

Calls 2

getMailHandlerMethod · 0.95
getMailByIdMethod · 0.80

Tested by

no test coverage detected