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.util.ForgeDirection |
direction
The direction in which the robot will be moving.
|
agent
Modifier | Constructor and Description |
---|---|
protected |
RobotMoveEvent(Agent agent,
net.minecraftforge.common.util.ForgeDirection direction) |
public final net.minecraftforge.common.util.ForgeDirection direction
protected RobotMoveEvent(Agent agent, net.minecraftforge.common.util.ForgeDirection direction)