| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalPlacementException | |
evolution | |
evolution.constructions | |
evolution.lands |
Uses of IllegalPlacementException in evolution |
Constructors in evolution that throw IllegalPlacementException | |
Human.Human(SquareOfLand sq) Create a new human. |
Methods in evolution that throw IllegalPlacementException | |
void | GameBoard.place(int x, int y, Human human) Place a human on the given spot. |
void | World.createHuman(SquareOfLand sq) Create a human on a sqyare of land. |
void | WorldController.selectSquareOfLand(int x, int y) Select a square of land. |
protected void | WorldController.startAction() Start the selected action. |
Uses of IllegalPlacementException in evolution.constructions |
Methods in evolution.constructions that throw IllegalPlacementException | |
void | ConstructionKnowledgeCatalog.build(String constructionName, String shape, List humans, SquareOfLand sq) Build a construction. |
Uses of IllegalPlacementException in evolution.lands |
Methods in evolution.lands that throw IllegalPlacementException | |
void | SquareOfLand._place(Construction construction) Place a construction on this square, without triggering an event. |
void | SquareOfLand._place(Human human) Place a human on this square, without triggering an event. |
void | SquareOfLand.place(Construction construction) Place a construction on this square, and trigger a SquareChangedEvt. |
void | SquareOfLand.place(Human human) Place a human on this square, and trigger a SquareChangedEvt. |
| a gvijf production | ||||||||
PREV NEXT | FRAMES NO FRAMES |