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