Uses of Class
net.sf.mud4j.ability.CharacterAbility

Packages that use CharacterAbility
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. 
 

Uses of CharacterAbility in net.sf.mud4j.character
 

Methods in net.sf.mud4j.character that return types with arguments of type CharacterAbility
 java.util.List<CharacterAbility> AbstractCharacter.getAbilities()
          Get character abilities that the character has.
 java.util.List<CharacterAbility> Character.getAbilities()
          Get character abilities that the character has.
 java.util.List<CharacterAbility> PlayerCharacter.getAbilities()
          Get character abilities that the character has.
 

Methods in net.sf.mud4j.character with parameters of type CharacterAbility
 boolean AbstractCharacter.hasAbility(CharacterAbility ability)
          Determines if the character has an ability.
 boolean Character.hasAbility(CharacterAbility ability)
          Determines if the character has an ability.
 boolean PlayerCharacter.hasAbility(CharacterAbility ability)
          Determines if the character has an ability.
 

Uses of CharacterAbility in net.sf.mud4j.effect
 

Methods in net.sf.mud4j.effect that return types with arguments of type CharacterAbility
 java.util.List<CharacterAbility> CharacterEffectDecorator.getAbilities()
          Get character abilities that the character has.
 

Methods in net.sf.mud4j.effect with parameters of type CharacterAbility
 boolean CharacterEffectDecorator.hasAbility(CharacterAbility ability)
          Determines if the character has an ability.
 



Copyright © 2006-2007 mud4j. All Rights Reserved.