Uses of Class
core.Grid

Packages that use Grid
game   
obj   
 

Uses of Grid in game
 

Methods in game that return types with arguments of type Grid
static java.util.ArrayList<Grid> Create.init()
          Used to create the game.
 

Uses of Grid in obj
 

Methods in obj that return Grid
 Grid Player.getGrid()
           
 

Methods in obj with parameters of type Grid
 void Player.setGrid(Grid newGrid)
          Effectively moves the player to the Grid specified.
 

Constructors in obj with parameters of type Grid
Player(Grid startingGrid, Room startingRoom)
           
Player(java.lang.String name, int age, java.lang.String gender, Grid startingGrid, Room startingRoom)
          Initializes basic player characteristics, such as name, gender, etc.