Class SkillGaugeUpdater

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

public class SkillGaugeUpdater extends GaugeUpdater
A GaugeUpdater which monitors a skill.
  • Constructor Details

    • SkillGaugeUpdater

      public SkillGaugeUpdater(@NotNull @NotNull ExperienceTable experienceTable, @NotNull @NotNull Skill skill)
      Creates a new instance.
      Parameters:
      experienceTable - the experience table to query
      skill - the skill to monitor
  • Method Details