|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Area
Area interface for different types of areas.
| Method Summary | |
|---|---|
java.lang.String |
getAreaName()
Get name of the area. |
java.util.List<Character> |
getCharacters()
Retrieve list of players contained in the area. |
java.util.List<Item> |
getItems()
Retrieve list of items contained in area. |
java.util.List<Room> |
getRooms()
Retrieve list of rooms contained in the area. |
| Method Detail |
|---|
java.lang.String getAreaName()
java.util.List<Room> getRooms()
java.util.List<Character> getCharacters()
java.util.List<Item> getItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||