Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.rewards.items | |
com.comphenix.xp.rewards.xp |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
Action.getReward(RewardTypes type)
Retrieves a associated reward by type.
|
ResourceFactory |
Action.getReward(java.lang.String name)
Retrieves a associated reward by name.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.addReward(java.lang.String rewardType,
ResourceFactory factory)
Adds the given reward to the action that will be triggered.
|
Constructor and Description |
---|
Action(java.lang.String rewardType,
ResourceFactory reward) |
Modifier and Type | Class and Description |
---|---|
class |
ItemsFactory |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
ItemsParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key) |
ResourceFactory |
ItemsFactory.withMultiplier(double newMultiplier) |
Modifier and Type | Class and Description |
---|---|
class |
CurrencyFactory |
class |
ExperienceFactory |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
ExperienceParser.parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String key) |
ResourceFactory |
ExperienceFactory.withMultiplier(double newMultiplier) |
ResourceFactory |
CurrencyFactory.withMultiplier(double newMultiplier) |