Modifier and Type | Field and Description |
---|---|
private Game |
Level.game |
(package private) Game |
Character.game |
(package private) Game |
LevelPanel.game |
(package private) Game |
Game.TimeListener.game |
(package private) Game |
Game.TimeListener2.game |
Constructor and Description |
---|
Character(Game game,
int row,
int col)
Parameterized Constructor for the class Character
|
Game.TimeListener(Game game)
Parameterized Constructor for class timeListerner
|
Game.TimeListener2(Game game)
Parameterized Constructor for class timeListerner
|
Ghost(Game game,
int row,
int col,
int drow,
int dcol)
Constructor for Ghost
|
Level(Game game,
char[][] levelRep,
int code)
Constructor for the class
|
LevelPanel(Game game)
Constructor for class LevelPanel
Adds panels and keylisteners
|
Monster(Game game,
int row,
int col)
Parameterized Constructor for class Monster.
|
Player(Game game,
int row,
int col)
Parameterized constructor for the class Player
|
SimpleMonster(Game game,
int row,
int col,
int drow,
int dcol)
Constructor for SimpleMonster
|