|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.mud4j.world.area.AbstractArea
public class AbstractArea
Abstract implementation of areas.
Constructor Summary | |
---|---|
AbstractArea(java.lang.String areaName)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractArea(java.lang.String areaName)
Method Detail |
---|
public java.lang.String getAreaName()
getAreaName
in interface Area
public java.util.List<Character> getCharacters()
getCharacters
in interface Area
public java.util.List<Item> getItems()
getItems
in interface Area
public java.util.List<Room> getRooms()
getRooms
in interface Area
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |