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