A B C D E F G H I L M N O P R S T U V W
G
- gain() - Method in class pacman.model.Life
- gain(int) - Method in class pacman.model.Score
-
Increases the
Score.value
by the givenvalue
. - gameController - Variable in enum pacman.util.GameManager
-
The current
GameController
. - GameController - Class in pacman.controller
-
GameController
- GameController() - Constructor for class pacman.controller.GameController
- GameManager - Enum in pacman.util
-
GameManager
- GameManager() - Constructor for enum pacman.util.GameManager
- gameStatus - Variable in enum pacman.util.GameManager
-
The current
GameStatus
. - GameStatus - Enum in pacman.constant
-
GameStatus
- GameStatus() - Constructor for enum pacman.constant.GameStatus
- getBackgroundFileName() - Method in class pacman.model.Map
-
Returns the filename of the background.
- getBestScore() - Method in class pacman.model.ScoreBoard
-
Returns the best
Score
in this score board. - getCookiePadding() - Method in class pacman.util.MapConfig
-
Returns the cookie padding in this
Map
. - getCookies() - Method in class pacman.model.Map
- getCookies() - Method in class pacman.util.MapReader
- getCookieScore(String) - Method in class pacman.util.MapReader
-
Returns the score value based on a grid string letter.
- getGameStatus() - Method in enum pacman.util.GameManager
-
Returns the current
GameStatus
. - getGhostPadding() - Method in class pacman.util.MapConfig
-
Returns the ghost padding in this
Map
. - getGhosts() - Method in class pacman.model.Map
- getGhosts() - Method in class pacman.util.MapReader
- getGhostStep() - Method in class pacman.util.MapConfig
-
Returns the ghost step in this
Map
. - getGridLength() - Method in class pacman.util.MapConfig
-
Returns the grid length in this
Map
. - getMapConfig() - Method in class pacman.model.Map
- getMapConfig() - Method in class pacman.util.MapReader
- getNickname() - Method in class pacman.model.Map
-
Returns the nickname of the player.
- getNickname() - Method in class pacman.model.Score
-
Returns the player's
Score.nickname
. - getObstacles() - Method in class pacman.model.Map
- getObstacles() - Method in class pacman.util.MapReader
- getOpposite(Direction) - Static method in enum pacman.constant.Direction
-
Returns the opposite direction of the given one.
- getPacman() - Method in class pacman.model.Map
- getPacman() - Method in class pacman.util.MapReader
- getPacmanStep() - Method in class pacman.util.MapConfig
-
Returns the pacman step in this
Map
. - getParentMap() - Method in class pacman.model.Grid
- getPortals() - Method in class pacman.model.Map
- getPortals() - Method in class pacman.util.MapReader
- getPrimaryStage() - Static method in class pacman.Main
-
Returns the primary stage of the application.
- getRemaining() - Method in class pacman.model.Life
-
Returns the
Life.remaining
life - getScoreBoard() - Method in class pacman.util.ScoreBoardReader
-
Returns the
ScoreBoard
retrieved from the score board file. - getScores() - Method in class pacman.model.ScoreBoard
-
Returns a set of
Score
. - getSpawn() - Method in class pacman.model.Map
- getSpawn() - Method in class pacman.util.MapReader
- getTime() - Method in class pacman.model.Score
-
Returns the time when the
Score
is settled. - getTitle() - Method in class pacman.util.MapConfig
-
Returns the title of this
Map
. - getTotal() - Method in class pacman.model.Life
-
Returns the
Life.total
life - getTwinPortal() - Method in class pacman.model.Portal
-
Returns the twin of this
Portal
. - getValue() - Method in class pacman.model.Cookie
- getValue() - Method in class pacman.model.Ghost
- getValue() - Method in class pacman.model.Score
-
Returns the
Score.value
. - getWallFileName() - Method in class pacman.model.Map
-
Returns the filename of the walls.
- Ghost - Class in pacman.model
-
Ghost
- Ghost(Map, double, double) - Constructor for class pacman.model.Ghost
-
Allocates a new
Ghost
object. - GHOST - pacman.constant.MovableGridType
- ghostPadding - Variable in class pacman.util.MapConfig
-
The ghost padding in this
Map
- ghostPaddingRate - Variable in class pacman.util.MapConfig
-
The ghost padding rate in this
Map
- ghosts - Variable in class pacman.model.Map
- ghosts - Variable in class pacman.util.MapReader
-
The
Ghost
set in the map. - ghostStep - Variable in class pacman.util.MapConfig
-
The ghost step in this
Map
- ghostStepRate - Variable in class pacman.util.MapConfig
-
The ghost step rate in this
Map
- Grid - Class in pacman.model
-
Grid
- Grid(Map, double, double) - Constructor for class pacman.model.Grid
-
Allocates a new
Grid
object. - gridCount - Variable in class pacman.util.MapReader
-
The grid count of the map.
- gridLength - Variable in class pacman.util.MapConfig
-
The grid length in this
Map