Package zombie.network.packets
Class DeadZombiePacket
java.lang.Object
zombie.network.packets.DeadCharacterPacket
zombie.network.packets.DeadZombiePacket
- 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process()
void
set
(IsoGameCharacter gameCharacter) void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class zombie.network.packets.DeadCharacterPacket
getDeadBody, getDeathDescription, isConsistent, parseCharacterHumanVisuals, parseCharacterInventory, parseDeadBodyHumanVisuals, parseDeadBodyInventory, writeCharacterHumanVisuals, writeCharacterInventory
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
-
Constructor Details
-
DeadZombiePacket
public DeadZombiePacket()
-
-
Method Details
-
set
- Overrides:
set
in classDeadCharacterPacket
-
process
public void process()- Overrides:
process
in classDeadCharacterPacket
-
parse
- Specified by:
parse
in interfaceINetworkPacket
- Overrides:
parse
in classDeadCharacterPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
- Overrides:
write
in classDeadCharacterPacket
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
- Overrides:
getDescription
in classDeadCharacterPacket
-
getZombie
-