Class ActiveSkillGaugeUpdater
- java.lang.Object
-
- com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
-
- com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
-
public class ActiveSkillGaugeUpdater extends GaugeUpdater
AGaugeUpdaterwhich monitors a stat value.
-
-
Constructor Summary
Constructors Constructor Description ActiveSkillGaugeUpdater(@NotNull ExperienceTable experienceTable, @NotNull java.lang.String skill, @NotNull Stats stats)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Frees allocated resources.-
Methods inherited from class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
getExperienceToNextLevel, getPercentsToNextLevel, setGauge, setValues, setValues
-
-
-
-
Constructor Detail
-
ActiveSkillGaugeUpdater
public ActiveSkillGaugeUpdater(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull java.lang.String skill, @NotNull @NotNull Stats stats)Creates a new instance.- Parameters:
experienceTable- the experience table to queryskill- the skill name to monitorstats- the instance to watch
-
-
Method Detail
-
dispose
public void dispose()
Description copied from class:GaugeUpdaterFrees allocated resources.- Specified by:
disposein classGaugeUpdater
-
-