- getArrow(World.Direction) - Static method in class mazeGUI.World
-
getArrow will return the ASCII character for an arrow corresponding to a Direction
- getColumns() - Method in class mazeGUI.World
-
Standard accessor method
- getCurrentRoom() - Method in class mazeGUI.Player
-
Standard accessor method
- getExits() - Method in class mazeGUI.Room
-
Standard accessor method
- getLeftRoom(World, World.Direction) - Method in class mazeGUI.Room
-
getLeftRoom will return the room to the left
- getNextRoom(World, World.Direction) - Method in class mazeGUI.Room
-
getNextRoom will return the room that lies in the specified Direction
- getRandomDirection() - Static method in class mazeGUI.World
-
Gets a random direction
- getReward() - Method in class mazeGUI.Player
-
Standard accessor method
- getReward() - Method in class mazeGUI.Room
-
Standard accessor method
- getRightRoom(World, World.Direction) - Method in class mazeGUI.Room
-
getRightRoom will return the room to the right of an intended direction.
- getRoom(int, int) - Method in class mazeGUI.World
-
Returns the room at the designated X and Y coordinates
- getRooms() - Method in class mazeGUI.World
-
Standard accessor method
- getRows() - Method in class mazeGUI.World
-
Standard accessor method
- getX() - Method in class mazeGUI.Room
-
Standard accessor method
- getY() - Method in class mazeGUI.Room
-
Standard accessor method
- grid - Variable in class mazeGUI.Board
-