A B C D E F G H I L M N O P R S T U V W
C
- calculate() - Method in class pacman.util.MapConfig
-
Updates all configuration based on the given ones.
- calculateScore() - Method in enum pacman.util.GameManager
-
Calculates the final
Score
and writes it into a corresponding file. - checkIfTouchingPortal() - Method in class pacman.model.MovableGrid
-
Tests if this
MovableGrid
is touching aPortal
. - checkTouchingCookies() - Method in class pacman.model.Pacman
- checkTouchingPacman() - Method in class pacman.model.Ghost
- checkWin() - Method in enum pacman.util.GameManager
-
Tests if all cookies are eaten.
- chompPlayer - Variable in enum pacman.util.MusicPlayer
-
The
MediaPlayer
for chomp. - close() - Method in class pacman.model.Portal
-
Closes this
Portal
. - convertFromByteString(String) - Static method in class pacman.util.ScoreBoardReader
-
Converts a byte string to a
Score
object and returns it. - convertToByteString(Score) - Static method in class pacman.util.ScoreBoardWriter
-
Converts a a
Score
object to a byte string and returns it. - Cookie - Class in pacman.model
-
Cookie
- Cookie(Map, double, double, int) - Constructor for class pacman.model.Cookie
-
Allocates a new
Cookie
object. - cookiePadding - Variable in class pacman.util.MapConfig
-
The cookie padding in this
Map
- cookiePaddingRate - Variable in class pacman.util.MapConfig
-
The cookie padding rate in this
Map
- cookies - Variable in class pacman.model.Map
- cookies - Variable in class pacman.util.MapReader
-
The
Cookie
set in the map. - createPlayer(String) - Method in enum pacman.util.MusicPlayer
-
Creates a
MediaPlayer
based on the given filename.