Uses of Class
be.madoka.aardbei.sokoban.logic.World

Packages that use World
be.madoka.aardbei.sokoban.logic   
be.madoka.aardbei.sokoban.logic.loader   
 

Uses of World in be.madoka.aardbei.sokoban.logic
 

Methods in be.madoka.aardbei.sokoban.logic that return World
 World SokoLoader.nextWorld()
          Loads the next World.
 World SokoLoader.getWorld(int level)
          Loads the World belonging to the given level.
 

Uses of World in be.madoka.aardbei.sokoban.logic.loader
 

Methods in be.madoka.aardbei.sokoban.logic.loader that return World
 World XMLSokoLoader.nextWorld()
           
 World XMLSokoLoader.getWorld(int level)