Package zombie.network.packets
Class PlayerVariables
java.lang.Object
zombie.network.packets.PlayerVariables
- All Implemented Interfaces:
INetworkPacket
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
copy
(PlayerVariables playerVariables) int
void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
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
isConsistent, log
-
Constructor Details
-
PlayerVariables
public PlayerVariables()
-
-
Method Details
-
set
-
apply
-
parse
- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytes
in interfaceINetworkPacket
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
-
copy
-