Class ZombieHit
java.lang.Object
zombie.network.packets.hit.ZombieHit
- All Implemented Interfaces:
INetworkPacketField
,HitCharacter
,IDescriptor
,INetworkPacket
- Direct Known Subclasses:
ZombieHitPlayerPacket
,ZombieHitThumpablePacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(UdpConnection udpConnection) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.hit.HitCharacter
attack, isRelevant, log, postProcess, preProcess, process, processClient, processServer, react
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, setData, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
ZombieHit
public ZombieHit()
-
-
Method Details
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
-