Class Damage.Collided

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

public static class Damage.Collided extends Object implements 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()
      Description copied from interface: Pool.Poolable
      Resets the object for reuse. Object references should be nulled and fields may be set to default values.
      Specified by:
      reset in interface Pool.Poolable