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

Method setResend

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

Source from the content-addressed store, hash-verified

188 }
189
190 public void setResend() {
191 this.resend = true;
192 }
193
194 public boolean getResend() {
195 return this.resend;

Callers 6

receivedMethod · 0.95
processMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
buildMethod · 0.95
onServerChunkReceivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected