- Game - Class in <Unnamed>
-
This class is the main class of the "Pere Noel" application.
- Game() - Constructor for class Game
-
Create the game and initialise its internal map.
- GameEngine - Class in <Unnamed>
-
This class is part of the "Pere-Noel" application.
- GameEngine() - Constructor for class GameEngine
-
Constructor for objects of class GameEngine
- getCommand(String) - Method in class Parser
-
- getCommandWord() - Method in class Command
-
Return the command word (the first word) of this command.
- getCommandWord(String) - Method in class CommandWords
-
- getcurrentRoom() - Method in class Player
-
/ * Accesseur
- getDescription() - Method in class Room
-
- getExit(String) - Method in class Room
-
7.6
- getExitString() - Method in class Room
-
Renvoie une description des sorties de la
pièce, par exemple, "Sorties : nord ouest".
- getImageName() - Method in class Room
-
Return a string describing the room's image name
- getInventory() - Method in class Player
-
- getItem(String) - Method in class ItemList
-
Renvoie l'ojet grace a son nom.
- getItem(String) - Method in class Player
-
Accesseur
- getItem(String) - Method in class Room
-
Accessor
- getItemDescription() - Method in class Item
-
- getItemPlayer() - Method in class ItemList
-
- getItemPoids() - Method in class Item
-
Renvoie la description et le poids de l'objet
- getkeySet() - Method in class ItemList
-
- getLongDescription() - Method in class Player
-
- getLongDescription() - Method in class Room
-
7.11
Renvoie une description detaille de cette piece sous la forme :
Vous etes dans la cuisine.
- getLongItem1Description() - Method in class Item
-
- getName() - Method in class Item
-
- getName() - Method in class Player
-
Donne le nom du joueur
- getPlayerPoids() - Method in class Player
-
- getSecondWord() - Method in class Command
-
See "Returns" comment.