Package zombie.network.packets
Class DeadPlayerPacket
java.lang.Object
zombie.network.packets.DeadCharacterPacket
zombie.network.packets.DeadPlayerPacket
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
Fields inherited from class zombie.network.packets.DeadCharacterPacket
angle, character, characterFlags, direction, id, killer, x, y, z -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess()voidset(IsoGameCharacter gameCharacter) voidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class zombie.network.packets.DeadCharacterPacket
getDeadBody, getDeathDescription, isConsistent, parseCharacterHumanVisuals, parseCharacterInventory, parseDeadBodyHumanVisuals, parseDeadBodyInventory, writeCharacterHumanVisuals, writeCharacterInventoryMethods 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
-
Constructor Details
-
DeadPlayerPacket
public DeadPlayerPacket()
-
-
Method Details
-
set
- Overrides:
setin classDeadCharacterPacket
-
process
public void process()- Overrides:
processin classDeadCharacterPacket
-
parse
- Specified by:
parsein interfaceINetworkPacket- Overrides:
parsein classDeadCharacterPacket
-
write
- Specified by:
writein interfaceINetworkPacket- Overrides:
writein classDeadCharacterPacket
-
getDescription
- Specified by:
getDescriptionin interfaceINetworkPacket- Overrides:
getDescriptionin classDeadCharacterPacket
-
getPlayer
-