Uses of Class
com.realtime.crossfire.jxclient.skills.Skill

Packages that use Skill
com.realtime.crossfire.jxclient.gui.gauge   
com.realtime.crossfire.jxclient.skills   
com.realtime.crossfire.jxclient.skin.events   
 

Uses of Skill in com.realtime.crossfire.jxclient.gui.gauge
 

Fields in com.realtime.crossfire.jxclient.gui.gauge declared as Skill
private  Skill SkillGaugeUpdater.skill
          The monitored skill.
 

Constructors in com.realtime.crossfire.jxclient.gui.gauge with parameters of type Skill
SkillGaugeUpdater(ExperienceTable experienceTable, Skill skill)
          Creates a new instance.
 

Uses of Skill in com.realtime.crossfire.jxclient.skills
 

Fields in com.realtime.crossfire.jxclient.skills declared as Skill
private  Skill[] SkillSet.numberedSkills
          Maps stat number to skill instance.
 

Fields in com.realtime.crossfire.jxclient.skills with type parameters of type Skill
private  java.util.Map<java.lang.String,Skill> SkillSet.namedSkills
          Maps skill name to skill instance.
 

Methods in com.realtime.crossfire.jxclient.skills that return Skill
 Skill SkillSet.getNamedSkill(java.lang.String skillName)
          Return the skill instance for a given skill name.
 Skill SkillSet.getSkill(int id)
          Returns the given skill as a Skill object.
 

Uses of Skill in com.realtime.crossfire.jxclient.skin.events
 

Fields in com.realtime.crossfire.jxclient.skin.events declared as Skill
private  Skill SkillRemovedSkinEvent.skill
          The Skill to monitor.
private  Skill SkillAddedSkinEvent.skill
          The Skill to monitor.
 

Constructors in com.realtime.crossfire.jxclient.skin.events with parameters of type Skill
SkillAddedSkinEvent(CommandList commandList, Skill skill)
          Creates a new instance.
SkillRemovedSkinEvent(CommandList commandList, Skill skill)
          Creates a new instance.