Class MovingObject
java.lang.Object
zombie.network.fields.MovingObject
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
parse
(ByteBuffer byteBuffer, UdpConnection var2) void
setMovingObject
(IsoMovingObject isoMovingObject) 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
isConsistent
-
Constructor Details
-
MovingObject
public MovingObject()
-
-
Method Details
-
setMovingObject
-
getMovingObject
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytes
in interfaceINetworkPacketField
-