Class GaugeUpdaterParser
java.lang.Object
com.realtime.crossfire.jxclient.skin.io.GaugeUpdaterParser
Creates
GaugeUpdater instances from string representations.-
Constructor Summary
ConstructorsConstructorDescriptionGaugeUpdaterParser(@NotNull Stats stats, @NotNull ItemSet itemSet, @NotNull SkillSet skillSet) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescription@NotNull GaugeUpdaterparseGaugeUpdater(@NotNull String name, @NotNull ExperienceTable experienceTable) Parses a gauge updater value.
-
Constructor Details
-
Method Details
-
parseGaugeUpdater
@NotNull public @NotNull GaugeUpdater parseGaugeUpdater(@NotNull @NotNull String name, @NotNull @NotNull ExperienceTable experienceTable) throws IOException Parses a gauge updater value.- Parameters:
name- the gauge updater value to parseexperienceTable- the experience table to query- Returns:
- the gauge updater
- Throws:
IOException- if the gauge updater value does not exist
-