Package zombie.network.packets.hit
Class Zombie
java.lang.Object
zombie.network.packets.hit.Instance
zombie.network.packets.hit.Character
zombie.network.packets.hit.Zombie
- All Implemented Interfaces:
IPositional
,INetworkPacket
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected IsoZombie
protected short
Fields inherited from class zombie.network.packets.hit.Character
character, characterFlags, characterReaction, directionX, directionY, playerReaction, positionX, positionY, positionZ, zombieReaction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) protected void
react
(HandWeapon handWeapon) void
void
write
(ByteBufferWriter byteBufferWriter) 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.INetworkPacket
getPacketSizeBytes, log
-
Field Details
-
zombie
-
zombieFlags
protected short zombieFlags -
attackOutcome
-
attackPosition
-
-
Constructor Details
-
Zombie
public Zombie()
-
-
Method Details
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacket
- Overrides:
parse
in classCharacter
-
write
- Specified by:
write
in interfaceINetworkPacket
- Overrides:
write
in classCharacter
-
isConsistent
public boolean isConsistent()- Specified by:
isConsistent
in interfaceINetworkPacket
- Overrides:
isConsistent
in classCharacter
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
- Overrides:
getDescription
in classCharacter
-
react
-
getCharacter
- Specified by:
getCharacter
in classCharacter
-