Class CharacterID
java.lang.Object
zombie.network.fields.character.CharacterID
- All Implemented Interfaces:
INetworkPacketField
,IPositional
,IDescriptor
- Direct Known Subclasses:
Character
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getX()
float
getY()
float
getZ()
boolean
isConsistent
(UdpConnection udpConnection) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
set
(IsoGameCharacter isoGameCharacter) void
write
(ByteBuffer byteBuffer) 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, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
CharacterID
public CharacterID()
-
-
Method Details
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
write
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
-
getX
public float getX()- Specified by:
getX
in interfaceIPositional
-
getY
public float getY()- Specified by:
getY
in interfaceIPositional
-
getZ
public float getZ()- Specified by:
getZ
in interfaceIPositional
-
getCharacter
-