Modifier and Type | Method and Description |
---|---|
boolean |
Presets.containsPreset(java.lang.String preset,
java.lang.String world) |
Configuration |
Presets.getConfiguration(org.bukkit.command.CommandSender sender)
Retrieves the default configuration for the given player.
|
Configuration |
Presets.getConfiguration(java.lang.String presetNames,
java.lang.String worldName)
Retrieves a stored configuration from a key value.
|
java.util.List<Action> |
ExperienceMod.getMobReward(org.bukkit.entity.Player killer,
MobQuery query)
Retrieves a list of action rewards that applies when a mob is killed, either by the environment (when KILLER is NULL),
or by a player.
|
java.util.List<Action> |
ExperienceMod.getPlayerReward(org.bukkit.entity.Player player,
java.lang.Integer trigger,
Query query)
Retrieves a list of action rewards that applies when a player performs a given action to the item or block
specified by the query.
|
Modifier and Type | Method and Description |
---|---|
void |
PlayerRewards.put(java.lang.String key,
Action value) |
Modifier and Type | Method and Description |
---|---|
static ParsingException |
ParsingException.fromFormat(java.lang.String message,
java.lang.Object... params) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
StringListParser.parse(org.bukkit.configuration.ConfigurationSection config,
java.lang.String key) |
abstract TOutput |
ConfigurationParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key)
Transforms a configuration object, represented by a key, into an object.
|
Action |
ActionParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key) |
SampleRange |
RangeParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key) |
TResult |
TextParser.parse(java.util.Queue<java.lang.String> tokens)
Transforms the head of the queue into a string of objects.
|
abstract TResult |
TextParser.parse(java.lang.String text)
Transforms the given text into an object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
StringParser.parse(java.lang.String text) |
java.lang.Integer |
IntegerParser.parse(java.lang.String text) |
java.util.List<java.lang.Boolean> |
BooleanParser.parse(java.lang.String text)
Parses the given parameter as a boolean.
|
java.util.List<java.lang.Boolean> |
BooleanParser.parseAny(java.util.Queue<java.lang.String> tokens)
Transforms and returns the first non-null element from the left into an object.
|
Modifier and Type | Method and Description |
---|---|
ItemsSectionResult |
ItemsSectionParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String sectionName) |
MobTree |
MobSectionParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String sectionName) |
PlayerRewards |
PlayerSectionParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String sectionName) |
LevelingRate |
LevelsSectionParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String sectionName) |
Modifier and Type | Method and Description |
---|---|
PresetQuery |
PresetParser.parse(java.lang.String text) |
org.bukkit.potion.PotionType |
PotionTypeParser.parse(java.lang.String text) |
PotionQuery |
PotionParser.parse(java.lang.String text) |
java.util.List<TItem> |
ParameterParser.parse(java.lang.String text) |
java.lang.Integer |
MobSizeParser.parse(java.lang.String text) |
MobQuery |
MobParser.parse(java.lang.String text) |
java.util.List<java.lang.Short> |
MobMatcher.parse(java.lang.String text) |
java.util.List<java.lang.Short> |
MobEntityTypeParser.parse(java.lang.String text) |
org.bukkit.event.entity.EntityDamageEvent.DamageCause |
MobDamageCauseParser.parse(java.lang.String text) |
Query |
ItemParser.parse(java.lang.String text) |
java.util.Set<java.lang.Integer> |
ItemNameParser.parse(java.lang.String text)
Determines the item, either by ID or name, of the given string of characters.
|
java.lang.Integer |
ItemDurabilityParser.parse(java.lang.String text) |
java.util.List<TItem> |
ParameterParser.parseExact(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
ItemsParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
ExperienceParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key) |