Uses of Interface
net.sf.mud4j.world.Placeable

Packages that use Placeable
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. 
 

Uses of Placeable in net.sf.mud4j.effect
 

Methods in net.sf.mud4j.effect with parameters of type Placeable
 void LocationEffectDecorator.move(Placeable placeable)
          Move a Placeable object to this location.
 

Uses of Placeable in net.sf.mud4j.world
 

Methods in net.sf.mud4j.world with parameters of type Placeable
 void Room.move(Placeable placeable)
          Move a Placeable object to this location.
 void Location.move(Placeable placeable)
          Move a Placeable object to this location.
 



Copyright © 2006-2007 mud4j. All Rights Reserved.