Uses of Interface
rle.core.board.CreationContext

Packages that use CreationContext
rle.core   
rle.core.board   
rle.simple   
rle.simple.board   
rle.simple.board.item   
rle.simple.monster   
 

Uses of CreationContext in rle.core
 

Methods in rle.core with parameters of type CreationContext
 Board World.createBoard(java.lang.String id, CreationContext cc)
          Create a new board.
 

Uses of CreationContext in rle.core.board
 

Classes in rle.core.board that implement CreationContext
 class CreationContextBase
          A convenient base class for CreationContext implementors.
 

Uses of CreationContext in rle.simple
 

Methods in rle.simple with parameters of type CreationContext
 Board SimpleWorld.createBoard(java.lang.String id, CreationContext cc)
          Create a new board.
 

Uses of CreationContext in rle.simple.board
 

Fields in rle.simple.board declared as CreationContext
protected  CreationContext BoardBuilder.cc
           
 

Methods in rle.simple.board with parameters of type CreationContext
 void BoardBuilder.buildBoard(CreationContext cc, Board board)
          Build up a board.
 void TownBuilder.buildBoard(CreationContext cc, Board board)
          Build up a board.
 

Uses of CreationContext in rle.simple.board.item
 

Methods in rle.simple.board.item with parameters of type CreationContext
 Item SimpleItemFactory.create(CreationContext cc)
          Create an item using the given context.
 

Uses of CreationContext in rle.simple.monster
 

Methods in rle.simple.monster with parameters of type CreationContext
 Monster SimpleMonsterFactory.create(CreationContext cc)