net.sf.mud4j.world.area
Interface Area

All Known Implementing Classes:
AbstractArea

public interface Area

Area interface for different types of areas.

Author:
Matthew Purland

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

getAreaName

java.lang.String getAreaName()
Get name of the area.


getRooms

java.util.List<Room> getRooms()
Retrieve list of rooms contained in the area.


getCharacters

java.util.List<Character> getCharacters()
Retrieve list of players contained in the area.


getItems

java.util.List<Item> getItems()
Retrieve list of items contained in area.



Copyright © 2006-2007 mud4j. All Rights Reserved.