net.sf.mud4j.world
Interface World

All Known Implementing Classes:
AbstractWorld

public interface World

World interface for defining world types.

Author:
Matthew Purland

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.
 

Method Detail

getAreas

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

Returns:
Return list of areas.

getCharacters

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

Returns:
Returns a list of characters in the world.


Copyright © 2006-2007 mud4j. All Rights Reserved.