Class Hit

java.lang.Object
zombie.network.packets.hit.Hit
All Implemented Interfaces:
INetworkPacket
Direct Known Subclasses:
VehicleHit, WeaponHit

public abstract class Hit extends Object implements INetworkPacket
  • Field Details

    • ignore

      protected boolean ignore
    • damage

      protected float damage
    • hitForce

      protected float hitForce
    • hitDirectionX

      protected float hitDirectionX
    • hitDirectionY

      protected float hitDirectionY
  • Constructor Details

    • Hit

      public Hit()
  • Method Details