public class ActiveSkillGaugeUpdater extends GaugeUpdater
GaugeUpdater
which monitors a stat value.Constructor and Description |
---|
ActiveSkillGaugeUpdater(@NotNull ExperienceTable experienceTable,
@NotNull java.lang.String skill,
@NotNull Stats stats)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Frees allocated resources.
|
getExperienceToNextLevel, getPercentsToNextLevel, setGauge, setValues, setValues
public ActiveSkillGaugeUpdater(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull java.lang.String skill, @NotNull @NotNull Stats stats)
experienceTable
- the experience table to queryskill
- the skill name to monitorstats
- the instance to watchpublic void dispose()
GaugeUpdater
dispose
in class GaugeUpdater