Class SkillGaugeUpdater
java.lang.Object
com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
com.realtime.crossfire.jxclient.gui.gauge.SkillGaugeUpdater
A
GaugeUpdater which monitors a skill.-
Constructor Summary
ConstructorsConstructorDescriptionSkillGaugeUpdater(@NotNull ExperienceTable experienceTable, @NotNull Skill skill) Creates a new instance. -
Method Summary
Methods inherited from class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
getExperienceToNextLevel, getPercentsToNextLevel, setGauge, setValues, setValues
-
Constructor Details
-
SkillGaugeUpdater
public SkillGaugeUpdater(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull Skill skill) Creates a new instance.- Parameters:
experienceTable- the experience table to queryskill- the skill to monitor
-
-
Method Details
-
dispose
public void dispose()Description copied from class:GaugeUpdaterFrees allocated resources.- Specified by:
disposein classGaugeUpdater
-