Class MassDriver.DriverBulletData
java.lang.Object
mindustry.world.blocks.distribution.MassDriver.DriverBulletData
- All Implemented Interfaces:
Pool.Poolable
- Enclosing class:
- MassDriver
-
Field Summary
Modifier and TypeFieldDescriptionint[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
from
-
to
-
items
public int[] items
-
-
Constructor Details
-
DriverBulletData
public DriverBulletData()
-
-
Method Details
-
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
-