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 TypeMethodDescriptionbooleanisConsistent(UdpConnection connection) voidparse(ByteBuffer b, UdpConnection connection) voidprocess()voidreact(HandWeapon weapon) voidvoidMethods inherited from class CharacterID
getCharacter, getID, 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
getPacketSizeBytesMethods 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
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField- Overrides:
isConsistentin classCharacter
-
process
public void process() -
react
-
getZombie
-