Uses of Class
net.lenkaspace.creeper.model.CRWorld

Packages that use CRWorld
net.lenkaspace.creeper   
net.lenkaspace.creeper.model   
net.lenkaspace.creeper.view   
 

Uses of CRWorld in net.lenkaspace.creeper
 

Methods in net.lenkaspace.creeper that return CRWorld
 CRWorld CRController.getWorld()
           
 

Methods in net.lenkaspace.creeper with parameters of type CRWorld
 void CRController.setWorld(CRWorld world_)
           
 

Uses of CRWorld in net.lenkaspace.creeper.model
 

Subclasses of CRWorld in net.lenkaspace.creeper.model
 class CRBinWorld
          Subclass of CRWorld that holds CRSituatedModels in a grid of bins.
 

Methods in net.lenkaspace.creeper.model that return CRWorld
 CRWorld CRBaseSituatedModel.getWorld()
           
 

Methods in net.lenkaspace.creeper.model with parameters of type CRWorld
 void CRBaseSituatedModel.setWorld(CRWorld world_)
           
 

Uses of CRWorld in net.lenkaspace.creeper.view
 

Methods in net.lenkaspace.creeper.view with parameters of type CRWorld
 void CRRenderer.setWorld(CRWorld world_)