|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Effect | |
|---|---|
| net.sf.mud4j.effect | Provides interfaces and classes for effectable objects, effect behaviors, and implementations. |
| Uses of Effect in net.sf.mud4j.effect |
|---|
| Subinterfaces of Effect in net.sf.mud4j.effect | |
|---|---|
interface |
CharacterEffect
Effect that adds effects to characters. |
interface |
ItemEffect
Item effect for modifications to items. |
interface |
LocationEffect
Effect interface for locations. |
| Classes in net.sf.mud4j.effect that implement Effect | |
|---|---|
class |
AbstractCharacterEffect
|
class |
AbstractEffect
Abstract implementation for effects. |
class |
AbstractItemEffect
Abstract item effect imlementation to implement all necessary functionality for an extending class to use and implement business item effect data. |
class |
AbstractLocationEffect
Abstract location effect. |
| Fields in net.sf.mud4j.effect with type parameters of type Effect | |
|---|---|
java.util.List<Effect> |
DefaultEffectBehavior.effectsList
|
| Methods in net.sf.mud4j.effect that return types with arguments of type Effect | |
|---|---|
java.util.List<Effect> |
DefaultEffectBehavior.getEffects()
Get list of effects. |
java.util.List<Effect> |
EffectBehavior.getEffects()
Get list of effects. |
| Methods in net.sf.mud4j.effect with parameters of type Effect | |
|---|---|
void |
DefaultEffectBehavior.addEffect(Effect effect)
Add effect to behavior object. |
void |
EffectBehavior.addEffect(Effect effect)
Add effect to behavior object. |
void |
DefaultEffectBehavior.removeEffect(Effect effect)
Remove effect from behavior object. |
void |
EffectBehavior.removeEffect(Effect effect)
Remove effect from behavior object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||