Class AttackVars

java.lang.Object
zombie.network.packets.hit.AttackVars
All Implemented Interfaces:
INetworkPacket

public class AttackVars extends Object implements INetworkPacket
  • Field Details

    • targetOnGround

      public MovingObject targetOnGround
    • bAimAtFloor

      public boolean bAimAtFloor
    • bCloseKill

      public boolean bCloseKill
    • bDoShove

      public boolean bDoShove
    • useChargeDelta

      public float useChargeDelta
    • recoilDelay

      public int recoilDelay
    • targetsStanding

      public final ArrayList targetsStanding
    • targetsProne

      public final ArrayList targetsProne
  • Constructor Details

    • AttackVars

      public AttackVars()
  • Method Details