Class Damage.Collided

java.lang.Object
mindustry.entities.Damage.Collided
All Implemented Interfaces:
arc.util.pooling.Pool.Poolable
Enclosing class:
Damage

public static class Damage.Collided extends Object implements arc.util.pooling.Pool.Poolable
  • Field Details

    • x

      public float x
    • y

      public float y
    • target

      public mindustry.gen.Teamc target
  • Constructor Details

    • Collided

      public Collided()
  • Method Details

    • set

      public Damage.Collided set(float x, float y, mindustry.gen.Teamc target)
    • reset

      public void reset()
      Specified by:
      reset in interface arc.util.pooling.Pool.Poolable