Package mindustry.entities
Class Damage.Collided
java.lang.Object
mindustry.entities.Damage.Collided
- All Implemented Interfaces:
Pool.Poolable
- Enclosing class:
- Damage
-
Field Details
-
x
public float x -
y
public float y -
target
public mindustry.gen.Teamc target
-
-
Constructor Details
-
Collided
public Collided()
-
-
Method Details
-
set
-
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 interfacePool.Poolable
-