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

Method getId

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

Source from the content-addressed store, hash-verified

123 }
124
125 public int getId() {
126 return this.id;
127 }
128
129 public OneShotPacket getOneShotPacket(byte[] data) {
130 return new OneShotPacket(getId(), getListenPort(), getClient(), getServer(), getServerName(), getUseSSL(), data,

Callers 7

getOneShotPacketMethod · 0.95
actionPerformedMethod · 0.95
buildMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected