- toGraph() - Method in class dungeon.Dungeon
-
Creates a graph from the dungeon
- toLongString() - Method in class dungeon.Exit
-
Gives this exits description
- toLongString() - Method in class dungeon.Room
-
Returns a long description
- toShortString() - Method in class dungeon.Room
-
Returns a short description
- toString() - Method in class dungeon.Dungeon
-
- toString() - Method in class dungeon.Enemy
-
- toString() - Method in class dungeon.Exit
-
- toString() - Method in class dungeon.Room
-
- toString() - Method in class dungeon.Trap
-
- toString() - Method in class dungeon.Treasure
-
- trap - Variable in class dungeon.Exit
-
Type of trap
- trap - Variable in class dungeon.Room
-
The trap in this room
- Trap - Class in dungeon
-
Stores information about a trap
- Trap() - Constructor for class dungeon.Trap
-
Constructs a random trap
- treasure - Variable in class dungeon.Room
-
The treasure in this room
- Treasure - Class in dungeon
-
Stores information about a treasure
- Treasure() - Constructor for class dungeon.Treasure
-
Constructs a random treasure
- type - Variable in class dungeon.Exit
-
The type of exit
- type - Variable in class dungeon.Room
-
The room generation type