Package zombie.network.packets
Class ValidatePacket
java.lang.Object
zombie.network.packets.ValidatePacket
- All Implemented Interfaces:
INetworkPacket
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlog(UdpConnection udpConnection, String string) voidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess(UdpConnection udpConnection) voidsetSalt(int int1, boolean boolean1, boolean boolean2, boolean boolean3) voidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
log
- Specified by:
login interfaceINetworkPacket
-