Package zombie.network.packets
Class DeadZombiePacket
java.lang.Object
zombie.network.packets.DeadCharacterPacket
zombie.network.packets.DeadZombiePacket
- All Implemented Interfaces:
INetworkPacket
public class DeadZombiePacket extends DeadCharacterPacket implements INetworkPacket
-
Field Summary
Fields inherited from class zombie.network.packets.DeadCharacterPacket
angle, character, characterFlags, direction, id, killer, x, y, z -
Constructor Summary
Constructors Constructor Description DeadZombiePacket() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()IsoZombiegetZombie()voidparse(java.nio.ByteBuffer byteBuffer)voidprocess()voidset(IsoGameCharacter gameCharacter)voidwrite(ByteBufferWriter byteBufferWriter)Methods inherited from class zombie.network.packets.DeadCharacterPacket
getDeathDescription, isConsistent, parseCharacterInventory, parseDeadBodyInventory, 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
-
Constructor Details
-
DeadZombiePacket
public DeadZombiePacket()
-
-
Method Details
-
set
- Overrides:
setin classDeadCharacterPacket
-
process
public void process()- Overrides:
processin classDeadCharacterPacket
-
parse
public void parse(java.nio.ByteBuffer byteBuffer)- Specified by:
parsein interfaceINetworkPacket- Overrides:
parsein classDeadCharacterPacket
-
write
- Specified by:
writein interfaceINetworkPacket- Overrides:
writein classDeadCharacterPacket
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin interfaceINetworkPacket- Overrides:
getDescriptionin classDeadCharacterPacket
-
getZombie
-