Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.lookup | |
com.comphenix.xp.parser.sections |
Modifier and Type | Method and Description |
---|---|
PotionTree |
Configuration.getComplexBrewingReward() |
PotionTree |
Configuration.getComplexReward(java.lang.Integer actionID)
Retrieves the complex potion rewards for the given action or trigger.
|
PotionTree |
Configuration.getComplexReward(java.lang.String action)
Retrieves the complex potion rewards for the given action or trigger.
|
PotionTree |
Configuration.setComplexReward(java.lang.Integer actionID,
PotionTree tree)
Sets the tree of rewards for a given action.
|
Modifier and Type | Method and Description |
---|---|
PotionTree |
Configuration.setComplexReward(java.lang.Integer actionID,
PotionTree tree)
Sets the tree of rewards for a given action.
|
Modifier and Type | Method and Description |
---|---|
PotionTree |
PotionTree.withMultiplier(double newMultiplier) |
Constructor and Description |
---|
PotionTree(PotionTree other,
double newMultiplier) |
Modifier and Type | Method and Description |
---|---|
PotionTree |
ItemsSectionResult.getComplexReward(java.lang.Integer actionID)
Retrieves the complex potion rewards for the given action or trigger.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,PotionTree> |
ItemsSectionResult.getComplexRewards() |
Constructor and Description |
---|
ItemsSectionResult(java.util.Map<java.lang.Integer,ItemTree> actionRewards,
java.util.Map<java.lang.Integer,PotionTree> complexRewards) |