|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generates Worlds
Method Summary | |
World |
getWorld(int level)
Loads the World belonging to the given level. |
boolean |
hasMoreWorlds()
Tests if another World is available. |
boolean |
hasWorld(int level)
Tests if the requested World is available. |
World |
nextWorld()
Loads the next World. |
Method Detail |
public boolean hasMoreWorlds()
boolean
specifying if at least one more world can be loadedpublic boolean hasWorld(int level)
boolean
specifying if the requested level is availablepublic World nextWorld()
World
public World getWorld(int level)
level
- the level
World
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |