Uses of Class
CSE115.Pacman.Position

Packages that use Position
CSE115.Pacman   
 

Uses of Position in CSE115.Pacman
 

Fields in CSE115.Pacman with type parameters of type Position
static ArrayList<Position> BoardPositions.GHOST_CAGE
          An ArrayList of the Positions of the ghost cage which includes the inside and door of the ghost cage.
static ArrayList<Position> BoardPositions.INNER_SQUARE
          An ArrayList of the Positions of the inner section of the board, minus the ghost cage.
static ArrayList<Position> BoardPositions.OUTSIDE
          An ArrayList of the Positions of these are the bizarre little courtyards that no object can go in.
static ArrayList<Position> BoardPositions.PASSAGEWAY
          An ArrayList of the Positions of the horizontal passageway through which PacMan can wrap around.
static ArrayList<Position> BoardPositions.POWER_PILLS
          An ArrayList of the locations of the four power pills.
static ArrayList<Position> BoardPositions.WALLS
          An ArrayList of the Positions of the walls.