Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.parser | |
com.comphenix.xp.rewards.items | |
com.comphenix.xp.rewards.xp |
Modifier and Type | Field and Description |
---|---|
static SampleRange |
SampleRange.DEFAULT |
Modifier and Type | Method and Description |
---|---|
SampleRange |
SampleRange.multiply(double multiply) |
Modifier and Type | Method and Description |
---|---|
SampleRange |
RangeParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key) |
SampleRange |
RangeParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key,
SampleRange defaultValue)
Transform a configuration object, represented by a key, into a range.
|
SampleRange |
RangeParser.parseString(java.lang.String text,
SampleRange defaultValue) |
Modifier and Type | Method and Description |
---|---|
SampleRange |
RangeParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key,
SampleRange defaultValue)
Transform a configuration object, represented by a key, into a range.
|
SampleRange |
RangeParser.parseString(java.lang.String text,
SampleRange defaultValue) |
Modifier and Type | Method and Description |
---|---|
void |
ItemsFactory.addItems(ItemQuery item,
SampleRange range) |
Modifier and Type | Method and Description |
---|---|
SampleRange |
ExperienceFactory.getRange() |
SampleRange |
CurrencyFactory.getRange() |
Constructor and Description |
---|
CurrencyFactory(SampleRange range) |
ExperienceFactory(SampleRange range) |