Uses of Class
efficom.runningjoe.core.RjWorld

Packages that use RjWorld
efficom.runningjoe   
efficom.runningjoe.core   
efficom.runningjoe.ui   
 

Uses of RjWorld in efficom.runningjoe
 

Methods in efficom.runningjoe that return RjWorld
 RjWorld RunningJoe.getWorld()
           
 

Uses of RjWorld in efficom.runningjoe.core
 

Constructors in efficom.runningjoe.core with parameters of type RjWorld
AbstractGraphicItem(RjWorld world, java.lang.String name)
          Abstract class representing every graphic objects such as Joe,Blocks and Bonus
Bonus(RjWorld world, java.lang.String name)
          Inherited Constructor
Joe(RjWorld world)
           
RjBlock(RjWorld world, java.lang.String name)
          Inherited Constructor
 

Uses of RjWorld in efficom.runningjoe.ui
 

Methods in efficom.runningjoe.ui that return RjWorld
 RjWorld MainScreen.getWorld()