Package zombie.network.packets
Class ValidatePacket
java.lang.Object
zombie.network.packets.ValidatePacket
- All Implemented Interfaces:
INetworkPacket
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
log
(UdpConnection udpConnection, String string) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process
(UdpConnection udpConnection) void
setSalt
(int int1, boolean boolean1, boolean boolean2, boolean boolean3) void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.INetworkPacket
getDescription, getPacketSizeBytes, isConsistent
-
Constructor Details
-
ValidatePacket
public ValidatePacket()
-
-
Method Details
-
setSalt
public void setSalt(int int1, boolean boolean1, boolean boolean2, boolean boolean3) -
process
-
parse
- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
log
- Specified by:
log
in interfaceINetworkPacket
-