Package zombie.network.packets
Class PlayerDataRequestPacket
java.lang.Object
zombie.network.packets.PlayerDataRequestPacket
- All Implemented Interfaces:
INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess(UdpConnection udpConnection) voidset(short short1) 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, log
-
Constructor Details
-
PlayerDataRequestPacket
public PlayerDataRequestPacket()
-
-
Method Details
-
set
public void set(short short1) -
process
-
parse
- Specified by:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-