Class StatGaugeUpdater

java.lang.Object
com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater

public class StatGaugeUpdater extends GaugeUpdater
A GaugeUpdater which monitors a stat value.
  • Constructor Details

    • 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 query
      stat - the stat value to monitor
      stats - the instance to watch
      itemSet - the item set to watch
  • Method Details