Class ZombieHitThumpablePacket
java.lang.Object
zombie.network.packets.hit.ZombieHitThumpablePacket
- All Implemented Interfaces:
INetworkPacketField, HitCharacter, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisRelevant(UdpConnection connection) voidparse(ByteBufferReader b, IConnection connection) voidvoidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HitCharacter
attack, log, postProcess, preProcess, process, processClient, processServer, react, updateMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToRelativeClients, sendToServer, shouldInstantiate, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
ZombieHitThumpablePacket
public ZombieHitThumpablePacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
isRelevant
- Specified by:
isRelevantin interfaceHitCharacter
-
write
- Specified by:
writein interfaceINetworkPacketField
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-