Class AnimalHit
java.lang.Object
zombie.network.packets.hit.AnimalHit
- All Implemented Interfaces:
INetworkPacketField, HitCharacter, IDescriptor, INetworkPacket
- Direct Known Subclasses:
AnimalHitAnimalPacket, AnimalHitPlayerPacket, AnimalHitThumpablePacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(UdpConnection connection) voidparse(ByteBuffer b, UdpConnection connection) voidvoidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HitCharacter
attack, isRelevant, 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, setData, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
AnimalHit
public AnimalHit()
-
-
Method Details
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField
-