MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getGroup

Method getGroup

src/main/java/core/packetproxy/model/Packet.java:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 public long getGroup() {
259 return this.group;
260 }
261
262 public void setGroup(long group) {
263 this.group = group;

Callers 10

getOneShotPacketMethod · 0.95
onServerChunkReceivedMethod · 0.45
sendMethod · 0.45
makeRowDataFromPacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected