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 zombie.network.fields.character.CharacterID
ANIMAL, PLAYER, UNKNOWN, ZOMBIE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(UdpConnection udpConnection) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process()
void
react
(HandWeapon weapon) void
void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class zombie.network.fields.character.CharacterID
getCharacter, getID, set, write
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
Methods inherited from interface zombie.network.fields.IPositional
isInRange
-
Constructor Details
-
Zombie
public Zombie()
-
-
Method Details
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
- Overrides:
parse
in classCharacter
-
write
- Specified by:
write
in interfaceINetworkPacketField
- Overrides:
write
in classCharacter
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
- Overrides:
isConsistent
in classCharacter
-
process
public void process() -
react
-
getZombie
-