Uses of Package
net.sf.mud4j.effect

Packages that use net.sf.mud4j.effect
net.sf.mud4j.character Provides interfaces and classes for characters, pooling, and implementations. 
net.sf.mud4j.effect Provides interfaces and classes for effectable objects, effect behaviors, and implementations. 
net.sf.mud4j.world Provides interfaces and classes for locations, areas, and worlds. 
net.sf.mud4j.world.item Provides interfaces and classes for items, item types, and their behaviors. 
 

Classes in net.sf.mud4j.effect used by net.sf.mud4j.character
Effectable
          Provide an interface for objects to handle effects by providing a EffectBehavior.
EffectBehavior
          Effect behavior to decouple the behavior of managing effects from the objects that have effects Effectable so that the objects that implement the interface will only have to worry about providing a way to retrieve an EffectBehavior
 

Classes in net.sf.mud4j.effect used by net.sf.mud4j.effect
AbstractEffect
          Abstract implementation for effects.
CharacterEffect
          Effect that adds effects to characters.
Effect
          Effect to provide addon effects for specific objects.
Effectable
          Provide an interface for objects to handle effects by providing a EffectBehavior.
EffectBehavior
          Effect behavior to decouple the behavior of managing effects from the objects that have effects Effectable so that the objects that implement the interface will only have to worry about providing a way to retrieve an EffectBehavior
EffectException
          Effect exception that occurs when an operation on an effect cannot occur.
ItemEffect
          Item effect for modifications to items.
LocationEffect
          Effect interface for locations.
 

Classes in net.sf.mud4j.effect used by net.sf.mud4j.world
Effectable
          Provide an interface for objects to handle effects by providing a EffectBehavior.
EffectBehavior
          Effect behavior to decouple the behavior of managing effects from the objects that have effects Effectable so that the objects that implement the interface will only have to worry about providing a way to retrieve an EffectBehavior
 

Classes in net.sf.mud4j.effect used by net.sf.mud4j.world.item
Effectable
          Provide an interface for objects to handle effects by providing a EffectBehavior.
EffectBehavior
          Effect behavior to decouple the behavior of managing effects from the objects that have effects Effectable so that the objects that implement the interface will only have to worry about providing a way to retrieve an EffectBehavior
 



Copyright © 2006-2007 mud4j. All Rights Reserved.