Class Thumpable
java.lang.Object
zombie.network.fields.Position
zombie.network.fields.Square
zombie.network.fields.hit.Thumpable
- All Implemented Interfaces:
INetworkPacketField
,IPositional
,IDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(UdpConnection var1) boolean
isRelevant
(UdpConnection udpConnection) void
parse
(ByteBuffer var1, UdpConnection var2) void
process
(IsoGameCharacter var1) void
void
write
(ByteBufferWriter var1) Methods inherited from class java.lang.Object
equals, 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, isInRange
-
Constructor Details
-
Thumpable
public Thumpable()
-
-
Method Details
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
- Overrides:
parse
in classSquare
-
write
- Specified by:
write
in interfaceINetworkPacketField
- Overrides:
write
in classSquare
-
process
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
- Overrides:
isConsistent
in classSquare
-
isRelevant
-
getIsoObject
-