Interface HitCharacter
- All Superinterfaces:
IDescriptor
,INetworkPacket
,INetworkPacketField
- All Known Implementing Classes:
AnimalHit
,AnimalHitAnimalPacket
,AnimalHitPlayerPacket
,AnimalHitThumpablePacket
,PlayerHit
,PlayerHitAnimalPacket
,PlayerHitObjectPacket
,PlayerHitPlayerPacket
,PlayerHitSquarePacket
,PlayerHitVehiclePacket
,PlayerHitZombiePacket
,VehicleHit
,VehicleHitPlayerPacket
,VehicleHitZombiePacket
,ZombieHit
,ZombieHitPlayerPacket
,ZombieHitThumpablePacket
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
attack()
boolean
isRelevant
(UdpConnection var1) default void
log()
void
void
void
process()
default void
processClient
(UdpConnection var1) default void
processServer
(PacketTypes.PacketType packetType, UdpConnection udpConnection) default void
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, isConsistent, parse, write
-
Method Details
-
isRelevant
-
attack
default void attack() -
react
default void react() -
preProcess
void preProcess() -
process
void process() -
postProcess
void postProcess() -
log
default void log() -
processServer
- Specified by:
processServer
in interfaceINetworkPacket
-
processClient
- Specified by:
processClient
in interfaceINetworkPacket
-