Uses of Package
net.sf.mud4j.world

Packages that use net.sf.mud4j.world
net.sf.mud4j.ability Provides interfaces and classes for abilities and applying abilities to characters, locations, etc. 
net.sf.mud4j.effect Provides interfaces and classes for effectable objects, effect behaviors, and implementations. 
net.sf.mud4j.world Provides interfaces and classes for locations, areas, and worlds. 
net.sf.mud4j.world.area Provides classes for areas and zones that can contain groups of locations. 
 

Classes in net.sf.mud4j.world used by net.sf.mud4j.ability
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.
 

Classes in net.sf.mud4j.world used by net.sf.mud4j.effect
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.
 

Classes in net.sf.mud4j.world used by net.sf.mud4j.world
Direction
          Direction to define different directions for dynamic direction management to add west, east, north, south, etc...
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.
 

Classes in net.sf.mud4j.world used by net.sf.mud4j.world.area
Room
          Defines rooms interface as a location that events happen within.
 



Copyright © 2006-2007 mud4j. All Rights Reserved.