Package net.sf.mud4j.world

Provides interfaces and classes for locations, areas, and worlds.

See:
          Description

Interface Summary
Location Location interface to define an IS-A relationship for those objects who are a location and for objects that are Placeable to be placed on.
Placeable Any object that implements this interface will be placeable within a Location.
TileLocation Location that represents a single tile that contains directions that link to other locations.
World World interface for defining world types.
WorldConfiguration Configuration for world.
 

Class Summary
AbstractWorld  
Direction Direction to define different directions for dynamic direction management to add west, east, north, south, etc...
Room Defines rooms interface as a location that events happen within.
 

Package net.sf.mud4j.world Description

Provides interfaces and classes for locations, areas, and worlds. This generally applies to classes that describe some concrete location.



Copyright © 2006-2007 mud4j. All Rights Reserved.