public class ActiveSkillGaugeUpdater2 extends GaugeUpdater
GaugeUpdater
which monitors the active skill.Constructor and Description |
---|
ActiveSkillGaugeUpdater2(@NotNull ExperienceTable experienceTable,
@NotNull Stats stats,
@NotNull SkillSet skillSet)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Frees allocated resources.
|
getExperienceToNextLevel, getPercentsToNextLevel, setGauge, setValues, setValues
public ActiveSkillGaugeUpdater2(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull Stats stats, @NotNull @NotNull SkillSet skillSet)
experienceTable
- the experience table to querystats
- the instance to watchskillSet
- the skill set for looking up skill namespublic void dispose()
GaugeUpdater
dispose
in class GaugeUpdater