Class Thumpable
java.lang.Object
zombie.network.fields.Position
zombie.network.fields.Square
zombie.network.fields.hit.Thumpable
- All Implemented Interfaces:
INetworkPacketField
,IPositional
,IDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(UdpConnection udpConnection) boolean
isRelevant
(UdpConnection udpConnection) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process
(IsoGameCharacter isoGameCharacter) void
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
-
index
protected int index -
isoObject
-
-
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
-