Class Zombie
java.lang.Object
zombie.network.fields.character.CharacterID
zombie.network.fields.hit.Character
zombie.network.fields.hit.Zombie
- All Implemented Interfaces:
INetworkPacketField, IPositional, IDescriptor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class CharacterID
ANIMAL, PLAYER, UNKNOWN, ZOMBIE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer b, IConnection connection) voidprocess()voidreact(HandWeapon weapon) voidvoidMethods inherited from class CharacterID
getCharacter, getID, isConsistent, set, writeMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistentMethods inherited from interface IPositional
isInRange
-
Constructor Details
-
Zombie
public Zombie()
-
-
Method Details
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classCharacter
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classCharacter
-
process
public void process() -
react
-
getZombie
-