Class ActiveSkillGaugeUpdater
java.lang.Object
com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
A
GaugeUpdater which monitors a stat value.-
Constructor Summary
ConstructorsConstructorDescriptionActiveSkillGaugeUpdater(@NotNull ExperienceTable experienceTable, @NotNull String skill, @NotNull Stats stats) Creates a new instance. -
Method Summary
Methods inherited from class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
getExperienceToNextLevel, getPercentsToNextLevel, setGauge, setValues, setValues
-
Constructor Details
-
ActiveSkillGaugeUpdater
public ActiveSkillGaugeUpdater(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull 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 Details
-
dispose
public void dispose()Description copied from class:GaugeUpdaterFrees allocated resources.- Specified by:
disposein classGaugeUpdater
-