|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.mud4j.effect.LocationEffectDecorator
public abstract class LocationEffectDecorator
Provide effect decorator/wrapping around a Location
. Will delegate
Location
interface to wrapped object.
Constructor Summary | |
---|---|
LocationEffectDecorator(Location location)
Constructor to create an effect decorating a given location. |
Method Summary | |
---|---|
void |
move(Placeable placeable)
Move a Placeable object to this location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocationEffectDecorator(Location location)
location
- Location to decorate.Method Detail |
---|
public void move(Placeable placeable)
Placeable
object to this location.
move
in interface Location
placeable
- Placeable object to move to this location.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |