Package zombie.network.packets.hit
Class PlayerBodyPart
java.lang.Object
zombie.network.packets.hit.PlayerBodyPart
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer byteBuffer, IsoGameCharacter gameCharacter) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) 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.INetworkPacket
getPacketSizeBytes, isConsistent, log
-
Field Details
-
bodyPartIndex
protected byte bodyPartIndex -
bodyPart
-
-
Constructor Details
-
PlayerBodyPart
public PlayerBodyPart()
-
-
Method Details
-
set
-
parse
-
parse
- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
-
getBodyPart
-