net.sf.mud4j.effect
Interface LocationEffect

All Superinterfaces:
Effect
All Known Implementing Classes:
AbstractLocationEffect

public interface LocationEffect
extends Effect

Effect interface for locations.

Author:
Matthew Purland

Method Summary
 void setLocation(Location location)
           
 
Methods inherited from interface net.sf.mud4j.effect.Effect
apply, getName, hasExpired, isPermanent, undo
 

Method Detail

setLocation

void setLocation(Location location)


Copyright © 2006-2007 mud4j. All Rights Reserved.