Class PlayerVariables
java.lang.Object
zombie.network.fields.character.PlayerVariables
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
copy
(PlayerVariables playerVariables0) int
void
parse
(ByteBuffer byteBuffer, UdpConnection var2) 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.IDescriptor
getClassDescription, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
isConsistent
-
Constructor Details
-
PlayerVariables
public PlayerVariables()
-
-
Method Details
-
set
-
apply
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytes
in interfaceINetworkPacketField
-
getDescription
- Specified by:
getDescription
in interfaceIDescriptor
-
copy
-