Class PlayerHitZombiePacket
java.lang.Object
zombie.network.packets.hit.PlayerHit
zombie.network.packets.hit.PlayerHitZombiePacket
- All Implemented Interfaces:
AntiCheatHitDamage.IAntiCheat
,AntiCheatHitLongDistance.IAntiCheat
,AntiCheatHitWeaponAmmo.IAntiCheat
,AntiCheatHitWeaponRange.IAntiCheat
,AntiCheatHitWeaponRate.IAntiCheat
,INetworkPacketField
,HitCharacter
,IDescriptor
,INetworkPacket
public class PlayerHitZombiePacket
extends PlayerHit
implements AntiCheatHitDamage.IAntiCheat, AntiCheatHitLongDistance.IAntiCheat, AntiCheatHitWeaponAmmo.IAntiCheat, AntiCheatHitWeaponRange.IAntiCheat, AntiCheatHitWeaponRate.IAntiCheat
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class zombie.network.packets.hit.PlayerHit
attack, isConsistent, isRelevant, parse, postProcess, preProcess, set, write
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.hit.HitCharacter
log, postpone, processClient, processServer, react, tryProcessInternal
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
parseClient, parseClientLoading, parseServer, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, setData, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
PlayerHitZombiePacket
public PlayerHitZombiePacket()
-
-
Method Details
-
getHit
- Specified by:
getHit
in interfaceAntiCheatHitDamage.IAntiCheat
-
getDistance
public float getDistance()- Specified by:
getDistance
in interfaceAntiCheatHitLongDistance.IAntiCheat
- Specified by:
getDistance
in interfaceAntiCheatHitWeaponRange.IAntiCheat
- Specified by:
getDistance
in interfaceAntiCheatHitWeaponRate.IAntiCheat
-
getWielder
- Specified by:
getWielder
in interfaceAntiCheatHitWeaponRate.IAntiCheat
-
getTarget
- Specified by:
getTarget
in interfaceAntiCheatHitWeaponRate.IAntiCheat
-
getInventoryItem
- Specified by:
getInventoryItem
in interfaceAntiCheatHitWeaponAmmo.IAntiCheat
- Specified by:
getInventoryItem
in interfaceAntiCheatHitWeaponRange.IAntiCheat
- Specified by:
getInventoryItem
in interfaceAntiCheatHitWeaponRate.IAntiCheat
-
process
public void process()- Specified by:
process
in interfaceHitCharacter
-