Class StatGaugeUpdater
- java.lang.Object
-
- com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
-
- com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
-
public class StatGaugeUpdater extends GaugeUpdater
AGaugeUpdaterwhich monitors a stat value.
-
-
Constructor Summary
Constructors Constructor Description StatGaugeUpdater(@NotNull ExperienceTable experienceTable, int stat, @NotNull Stats stats, @NotNull ItemSet itemSet)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
-
StatGaugeUpdater
public StatGaugeUpdater(@NotNull @NotNull ExperienceTable experienceTable, int stat, @NotNull @NotNull Stats stats, @NotNull @NotNull ItemSet itemSet)Creates a new instance.- Parameters:
experienceTable- the experience table to querystat- the stat value to monitorstats- the instance to watchitemSet- the item set to watch
-
-
Method Detail
-
dispose
public void dispose()
Description copied from class:GaugeUpdaterFrees allocated resources.- Specified by:
disposein classGaugeUpdater
-
-