Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.listeners | |
com.comphenix.xp.lookup | |
com.comphenix.xp.rewards | |
com.comphenix.xp.rewards.items | |
com.comphenix.xp.rewards.xp |
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.fromMultiple(java.util.List<Configuration> configurations,
Debugger debugger)
Merge a list of configurations into a new configuration.
|
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.
|
Configuration |
ConfigurationLoader.getFromPath(java.lang.String path) |
Configuration |
ConfigurationLoader.getFromSection(org.bukkit.configuration.ConfigurationSection data) |
Configuration |
Configuration.withMultiplier(double newMultiplier) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Configuration> |
Presets.getConfigurations() |
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.fromMultiple(java.util.List<Configuration> configurations,
Debugger debugger)
Merge a list of configurations into a new configuration.
|
Constructor and Description |
---|
Configuration(Configuration other,
double newMultiplier) |
Modifier and Type | Method and Description |
---|---|
Configuration |
AbstractExperienceListener.getConfiguration(org.bukkit.entity.Player player)
Load the correct configuration for a given player.
|
Configuration |
AbstractExperienceListener.getConfiguration(org.bukkit.World world)
Load the correct configuration for general world events not associated with any player.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PresetTree.putAllParameters(SearchTree<PresetQuery,Configuration> other,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
Configuration |
RewardProvider.getConfiguration()
Retrieves the configuration containing settings for different reward services.
|
Modifier and Type | Method and Description |
---|---|
RewardService |
RewardService.clone(Configuration config)
Clones this object with the settings from the given configuration.
|
RewardProvider |
RewardProvider.createView(Configuration config)
Creates a copy of this reward provider with shallow references to the same list of rewards, except with a different
internal default reward type.
|
void |
RewardProvider.setConfiguration(Configuration configuration)
Sets the configuration containing settings for different reward services.
|
Constructor and Description |
---|
RewardProvider(RewardProvider reference,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
RewardService |
RewardDrops.clone(Configuration config) |
Modifier and Type | Method and Description |
---|---|
RewardService |
RewardVirtual.clone(Configuration config) |
RewardService |
RewardExperience.clone(Configuration config) |
RewardService |
RewardEconomy.clone(Configuration config) |