Uses of Interface
net.sf.mud4j.ability.Ability

Packages that use Ability
net.sf.mud4j.ability Provides interfaces and classes for abilities and applying abilities to characters, locations, etc. 
 

Uses of Ability in net.sf.mud4j.ability
 

Classes in net.sf.mud4j.ability that implement Ability
 class CharacterAbility
          Defines a character ability.
 class LocationAbility
          Abilities for locations.
 

Methods in net.sf.mud4j.ability that return Ability
 Ability AbilityException.getAbility()
          Return the ability.
 

Constructors in net.sf.mud4j.ability with parameters of type Ability
AbilityException(Ability ability)
          Create an ability exception that can be tracked to a particular ability.
AbilityException(java.lang.String message, Ability ability)
          Creates an ability exception that can be tracked to a particular ability with a message.
 



Copyright © 2006-2007 mud4j. All Rights Reserved.