public class RobotPlaceInAirEvent extends RobotEvent
agent| Constructor and Description |
|---|
RobotPlaceInAirEvent(Agent agent) |
| 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(Agent agent)