public abstract class RobotMoveEvent extends RobotEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
RobotMoveEvent.Post
Fired after a robot moved.
|
static class |
RobotMoveEvent.Pre
Fired when a robot is about to move.
|
| Modifier and Type | Field and Description |
|---|---|
net.minecraftforge.common.ForgeDirection |
direction
The direction in which the robot will be moving.
|
robot| Modifier | Constructor and Description |
|---|---|
protected |
RobotMoveEvent(Robot robot,
net.minecraftforge.common.ForgeDirection direction) |
public final net.minecraftforge.common.ForgeDirection direction
protected RobotMoveEvent(Robot robot, net.minecraftforge.common.ForgeDirection direction)