Class Square
java.lang.Object
zombie.network.fields.Position
zombie.network.fields.Square
- All Implemented Interfaces:
INetworkPacketField,IPositional,IDescriptor
- Direct Known Subclasses:
Thumpable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(UdpConnection var1) voidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess(IsoGameCharacter character) voidset(IsoGameCharacter character) voidset(IsoGridSquare square0) voidwrite(ByteBufferWriter byteBufferWriter) Methods 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
getPacketSizeBytesMethods inherited from interface zombie.network.fields.IPositional
getX, getY, getZ, isInRange
-
Constructor Details
-
Square
public Square()
-
-
Method Details
-
set
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classPosition
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classPosition
-
process
-
getSquare
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField
-