Class ActiveSkillGaugeUpdater2
java.lang.Object
com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater2
A
GaugeUpdater which monitors the active skill.-
Constructor Summary
ConstructorsConstructorDescriptionActiveSkillGaugeUpdater2(@NotNull ExperienceTable experienceTable, @NotNull Stats stats, @NotNull SkillSet skillSet) Creates a new instance. -
Method Summary
Methods inherited from class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
getExperienceToNextLevel, getPercentsToNextLevel, setGauge, setValues, setValues
-
Constructor Details
-
ActiveSkillGaugeUpdater2
public ActiveSkillGaugeUpdater2(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull Stats stats, @NotNull @NotNull SkillSet skillSet) Creates a new instance.- Parameters:
experienceTable- the experience table to querystats- the instance to watchskillSet- the skill set for looking up skill names
-
-
Method Details
-
dispose
public void dispose()Description copied from class:GaugeUpdaterFrees allocated resources.- Specified by:
disposein classGaugeUpdater
-