A B C D E F G H I L M N O P R S T U V W
H
- handleBackClicked() - Method in class pacman.controller.SelectController
-
Called when the Back button is clicked.
- handleBackgroundChange() - Method in class pacman.controller.SelectController
-
Called when the background combo box is changed.
- handleCantMove(Direction) - Method in class pacman.model.Ghost
-
This method overrides
MovableGrid.handleMove(Direction)
. - handleCantMove(Direction) - Method in class pacman.model.MovableGrid
-
Handles what should be done whenever cannot move.
- handleClickExit() - Method in class pacman.controller.HomeController
-
Called when the exit menu-item is clicked.
- handleClickMusic() - Method in class pacman.controller.HomeController
-
Called when the music menu-item is clicked.
- handleClickStart() - Method in class pacman.controller.HomeController
-
Called when the start menu-item is clicked.
- handleCookieTouched(Cookie) - Method in enum pacman.util.GameManager
- handleGhostTouched(Ghost) - Method in enum pacman.util.GameManager
- handleGoClicked() - Method in class pacman.controller.SelectController
-
Called when the Go button is clicked.
- handleHomeClicked() - Method in class pacman.controller.GameController
-
Called when the home icon is clicked.
- handleKeyPressed(KeyEvent) - Method in enum pacman.util.GameManager
-
This method is called when any key is pressed.
- handleKeyReleased(KeyEvent) - Method in enum pacman.util.GameManager
-
This method is called when any key is released.
- handleLevelChange() - Method in class pacman.controller.SelectController
-
Called when the level selection is changed.
- handleMove(Direction) - Method in class pacman.model.Ghost
-
This method overrides
MovableGrid.handleMove(Direction)
. - handleMove(Direction) - Method in class pacman.model.MovableGrid
-
Handles what should be done whenever moving.
- handleMove(Direction) - Method in class pacman.model.Pacman
-
This method overrides
MovableGrid.handleMove(Direction)
. - handleNicknameChange() - Method in class pacman.controller.SelectController
-
Called when the nickname text field is changed.
- handleScoreBoardClicked() - Method in class pacman.controller.GameController
-
Called when the score board icon is clicked.
- handleWallChange() - Method in class pacman.controller.SelectController
-
Called when the wall combo box is changed.
- HEIGHT - Static variable in class pacman.constant.MapResolution
- hideStage() - Method in enum pacman.util.SceneSwitch
-
Hides the primary stage.
- HomeController - Class in pacman.controller
-
HomeController
- HomeController() - Constructor for class pacman.controller.HomeController