Class PlayerVariables
java.lang.Object
zombie.network.fields.character.PlayerVariables
- All Implemented Interfaces:
INetworkPacketField,IDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcopy(PlayerVariables arg0) intvoidparse(ByteBuffer arg0, UdpConnection arg1) voidvoidwrite(ByteBufferWriter arg0) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescriptionMethods inherited from interface zombie.network.fields.INetworkPacketField
isConsistent
-
Constructor Details
-
PlayerVariables
public PlayerVariables()
-
-
Method Details
-
set
-
apply
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytesin interfaceINetworkPacketField
-
getDescription
- Specified by:
getDescriptionin interfaceIDescriptor
-
copy
-