Contents
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
FieldsFields inherited from class zombie.network.fields.hit.Character
characterFlags, characterReaction, directionX, directionY, playerReaction, positionX, positionY, positionZ, zombieReaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(UdpConnection udpConnection) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process()
void
react
(HandWeapon handWeapon) void
void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class zombie.network.fields.character.CharacterID
getCharacter, write
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.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
-
Field Details
-
Constructor Details
-
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
-