Class Square
java.lang.Object
zombie.network.fields.Position
zombie.network.fields.Square
- All Implemented Interfaces:
INetworkPacketField
,IPositional
,IDescriptor
- Direct Known Subclasses:
Thumpable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(UdpConnection var1) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process
(IsoGameCharacter isoGameCharacter) void
set
(IsoGameCharacter isoGameCharacter) void
set
(IsoGridSquare isoGridSquare) 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
Methods inherited from interface zombie.network.fields.IPositional
getX, getY, getZ
-
Field Details
-
square
-
-
Constructor Details
-
Square
public Square()
-
-
Method Details
-
set
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
- Overrides:
parse
in classPosition
-
write
- Specified by:
write
in interfaceINetworkPacketField
- Overrides:
write
in classPosition
-
process
-
getSquare
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
-