|
| NeverWonWorld (World w) |
|
| World (Dimension size, List< Block > blocks, List< Rabbit > rabbits, List< Thing > things, Map< Position, Integer > waterAmounts, Map< Token.Type, Integer > abilities, String name, String description, String author_name, String author_url, String[] hints, String[] solutions, int num_rabbits, int num_to_save, int[] rabbit_delay, String music, int num_saved, int num_killed, int num_waiting, int rabbit_index_count, boolean paused, Comment[] comments, WorldStatsListener statsListener, VoidMarkerStyle.Style voidStyle) |
|
void | rabbitIndex (Rabbit r) |
|
int | getRabbitIndexCount () |
|
void | countRabbitsForIndex () |
|
void | step () |
|
ChangeDescription | describeChanges () |
|
Block | getBlockAt (int x, int y) |
|
CompletionState | completionState () |
|
Token | getTokenAt (int x, int y) |
|
List< Thing > | getThingsAt (int x, int y) |
|
boolean | fireAt (int x, int y) |
|
Rabbit[] | getRabbitsAt (int x, int y) |
|
int | numRabbitsOut () |
|
void | setPaused (boolean paused) |
|
void | recalculateWaterRegions (Position point) |
|
Map< Position, Integer > | getWaterContents () |
|
rabbitescape.render.TestGameLoop.NeverWonWorld.NeverWonWorld |
( |
World |
w | ) |
|
The documentation for this class was generated from the following file: