Uses of Interface
rle.core.World

Packages that use World
rle.core   
rle.simple   
 

Uses of World in rle.core
 

Fields in rle.core declared as World
protected  World GameContextBase.world
           
 

Methods in rle.core that return World
 World GameContext.world()
          The world.
 World GameContextBase.world()
          The world.
 

Methods in rle.core with parameters of type World
 void GameContextBase.setWorld(World world)
           
 

Uses of World in rle.simple
 

Classes in rle.simple that implement World
 class SimpleWorld
          Class that represents the highest level data of the player environment.