Class ActiveSkillGaugeUpdater

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

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

    • ActiveSkillGaugeUpdater

      public ActiveSkillGaugeUpdater(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull String skill, @NotNull @NotNull Stats stats)
      Creates a new instance.
      Parameters:
      experienceTable - the experience table to query
      skill - the skill name to monitor
      stats - the instance to watch
  • Method Details