Uses of Class
zombie.network.fields.hit.HitInfo
Packages that use HitInfo
Package
Description
-
Uses of HitInfo in zombie
Modifier and TypeMethodDescriptionboolean
CombatManager.isProneTargetBetter
(IsoGameCharacter character, HitInfo hitInfo0, HitInfo hitInfo1) Modifier and TypeMethodDescriptionvoid
CombatManager.calcValidTargets
(IsoLivingCharacter livingCharacter, HandWeapon weapon, PZArrayList<HitInfo> pZArrayList0, PZArrayList<HitInfo> pZArrayList1) -
Uses of HitInfo in zombie.characters
Methods in zombie.characters that return types with arguments of type HitInfo -
Uses of HitInfo in zombie.combat
Classes in zombie.combat that implement interfaces with type arguments of type HitInfoMethods in zombie.combat with parameters of type HitInfo -
Uses of HitInfo in zombie.core.physics
Methods in zombie.core.physics with parameters of type HitInfoModifier and TypeMethodDescriptionvoid
BallisticsController.setBallisticsCameraTargetHitLocation
(int int2, HitInfo hitInfo) void
BallisticsController.setBallisticsTargetHitLocation
(int int2, HitInfo hitInfo) -
Uses of HitInfo in zombie.debug.debugWindows
Fields in zombie.debug.debugWindows with type parameters of type HitInfo -
Uses of HitInfo in zombie.network.fields.hit
Fields in zombie.network.fields.hit with type parameters of type HitInfoModifier and TypeFieldDescriptionfinal PZArrayList
<HitInfo> AttackVars.targetsProne
final PZArrayList
<HitInfo> AttackVars.targetsStanding
Methods in zombie.network.fields.hit that return HitInfoModifier and TypeMethodDescriptionHitInfo.init
(IsoMovingObject movingObject, float float3, float float4, float float0, float float1, float float2) Methods in zombie.network.fields.hit with parameters of type HitInfo