net.sf.mud4j.world
Class AbstractWorld

java.lang.Object
  extended by net.sf.mud4j.world.AbstractWorld
All Implemented Interfaces:
World

public class AbstractWorld
extends java.lang.Object
implements World

Author:
Matthew Purland

Constructor Summary
AbstractWorld()
           
 
Method Summary
 java.util.List<Area> getAreas()
          Get list of areas.
 java.util.List<java.lang.Character> getCharacters()
          Get list of characters in the world.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWorld

public AbstractWorld()
Method Detail

getAreas

public java.util.List<Area> getAreas()
Get list of areas.

Specified by:
getAreas in interface World
Returns:
Return list of areas.

getCharacters

public java.util.List<java.lang.Character> getCharacters()
Get list of characters in the world. TODO this will return all NPCs and PCs..redo?

Specified by:
getCharacters in interface World
Returns:
Returns a list of characters in the world.


Copyright © 2006-2007 mud4j. All Rights Reserved.