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 TypeMethodDescriptionvoidparse(ByteBuffer byteBuffer, IsoGameCharacter gameCharacter) voidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidvoidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
getDescription
- Specified by:
getDescriptionin interfaceINetworkPacket
-
getBodyPart
-