public abstract class RobotEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Class and Description |
---|---|
static class |
RobotEvent.Dismantle |
static class |
RobotEvent.Interact |
static class |
RobotEvent.Place |
Modifier and Type | Field and Description |
---|---|
EntityRobotBase |
robot |
Constructor and Description |
---|
RobotEvent(EntityRobotBase robot) |
public final EntityRobotBase robot
public RobotEvent(EntityRobotBase robot)