- setCurrentRoom(Room) - Method in class adventure.Player
-
Set the current room for this player.
- setExit(String, Room) - Method in class adventure.Room
-
Define an exit from this room.
- setHasQuit(boolean) - Method in class adventure.Player
-
Set the hasQuit attribute to the specified value.
- setSecondWord(String) - Method in class adventure.Command
-
Define the second word of this command (the word
entered after the command word).
- showAll() - Method in class adventure.CommandWords
-
Returns a list of all valid commands.