public class RobotPlaceInAirEvent extends RobotEvent
robot| Constructor and Description |
|---|
RobotPlaceInAirEvent(Robot robot) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowed()
Whether the placement is allowed.
|
void |
setAllowed(boolean value)
Set whether the placement is allowed, can be used to allow robots to
place blocks in thin air.
|
public RobotPlaceInAirEvent(Robot robot)