|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EffectException | |
|---|---|
| net.sf.mud4j.effect | Provides interfaces and classes for effectable objects, effect behaviors, and implementations. |
| Uses of EffectException in net.sf.mud4j.effect |
|---|
| Subclasses of EffectException in net.sf.mud4j.effect | |
|---|---|
class |
NoSuchEffectException
Exception that occurs when there is no such effect. |
| Methods in net.sf.mud4j.effect that throw EffectException | |
|---|---|
void |
EffectBehavior.addEffect(Effect effect)
Add effect to behavior object. |
void |
Effect.apply()
Apply effect on the target. |
void |
AbstractItemEffect.apply()
Apply effect on the target. |
abstract void |
AbstractEffect.apply()
Apply effect on the target. |
void |
EffectBehavior.removeEffect(Effect effect)
Remove effect from behavior object. |
void |
Effect.undo()
Undo the effect from the target. |
void |
AbstractItemEffect.undo()
Undo the effect from the target. |
abstract void |
AbstractEffect.undo()
Undo the effect from the target. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||