- get() - Method in class LinkedList.Node
-
- getCreatures() - Method in class Room
-
Get the array of creatures
- getDescription() - Method in class Room
-
Get the description of the room
- getIndexOfObject(E) - Method in class LinkedList
-
Gets the object at given index
- getNodeAtIndex(int) - Method in class LinkedList
-
Gets the node at given index
- getNumberOfCreatures() - Method in class Room
-
return the total number of creatures currently in the room
- getObjectAtIndex(int) - Method in class LinkedList
-
Gets the object at given index
- getPlayer() - Method in class Room
-
Gets the player within the room
- getPlayer() - Method in class XMLHandler
-
- getRespect() - Method in class PC
-
Gets the respect value for the PC
- getRoom() - Method in class Creature
-
Gets the room the animal is in
- getRoom(int) - Method in class Room
-
Gets a room from a direction
- getRooms() - Method in class XMLHandler
-
- getState() - Method in class Creature
-
Gets the state of the room
- getState() - Method in class Room
-
Gets the state of the Room