Class StateID
java.lang.Object
zombie.network.fields.IDString
zombie.network.fields.StateID
- All Implemented Interfaces:
INetworkPacketField,IDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()booleanisConsistent(UdpConnection arg0) voidparse(ByteBuffer arg0, UdpConnection arg1) voidMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, write
-
Constructor Details
-
StateID
public StateID()
-
-
Method Details
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classIDString
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField- Overrides:
isConsistentin classIDString
-
getState
-