rle.core.charm
Class CharmBase
java.lang.Object
rle.core.charm.CharmBase
- All Implemented Interfaces:
- Charm
- Direct Known Subclasses:
- TimedCharm
public abstract class CharmBase
- extends java.lang.Object
- implements Charm
Basic implementation of Charm, requiring subclasses only to implement startCharm().
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cause
protected Cause cause
attributes
protected java.util.Map<java.lang.String,java.lang.Object> attributes
target
protected Thing target
CharmBase
public CharmBase()
getCause
public Cause getCause()
- The cause of this charm, for example quaffing a potion of speed.
- Specified by:
getCause
in interface Charm
- Returns:
setCause
public void setCause(Cause c)
- Specified by:
setCause
in interface Charm
getAttributes
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
- Any attributes used to direct the course of this TemporaryCharm.
- Specified by:
getAttributes
in interface Charm
setAttributes
public void setAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
- Specified by:
setAttributes
in interface Charm
getTarget
public Thing getTarget()
- Specified by:
getTarget
in interface Charm
setTarget
public void setTarget(Thing target)
- Specified by:
setTarget
in interface Charm