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