Class StateID
java.lang.Object
zombie.network.fields.IDString
zombie.network.fields.StateID
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()
boolean
isConsistent
(UdpConnection udpConnection) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
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, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, write
-
Field Details
-
state
-
-
Constructor Details
-
StateID
public StateID()
-
-
Method Details
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
- Overrides:
parse
in classIDString
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
- Overrides:
isConsistent
in classIDString
-
getState
-