public class GaugeUpdaterParser
extends java.lang.Object
GaugeUpdater
instances from string representations.Constructor and Description |
---|
GaugeUpdaterParser(@NotNull Stats stats,
@NotNull ItemSet itemSet,
@NotNull SkillSet skillSet)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull GaugeUpdater |
parseGaugeUpdater(@NotNull java.lang.String name,
@NotNull ExperienceTable experienceTable)
Parses a gauge updater value.
|
@NotNull public @NotNull GaugeUpdater parseGaugeUpdater(@NotNull @NotNull java.lang.String name, @NotNull @NotNull ExperienceTable experienceTable) throws java.io.IOException
name
- the gauge updater value to parseexperienceTable
- the experience table to queryjava.io.IOException
- if the gauge updater value does not exist