Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.lookup | |
com.comphenix.xp.parser.sections |
Modifier and Type | Method and Description |
---|---|
ItemTree |
Configuration.getActionReward(java.lang.Integer actionID)
Retrieves the rewards for the given action or trigger.
|
ItemTree |
Configuration.getActionReward(java.lang.String action)
Retrieves the rewards for the given action or trigger.
|
ItemTree |
Configuration.getSimpleBlockReward() |
ItemTree |
Configuration.getSimpleBonusReward() |
ItemTree |
Configuration.getSimpleBrewingReward() |
ItemTree |
Configuration.getSimpleCraftingReward() |
ItemTree |
Configuration.getSimplePlacingReward() |
ItemTree |
Configuration.getSimpleSmeltingReward() |
ItemTree |
Configuration.setActionReward(java.lang.Integer actionID,
ItemTree tree)
Sets the tree of rewards for a given action.
|
Modifier and Type | Method and Description |
---|---|
ItemTree |
Configuration.setActionReward(java.lang.Integer actionID,
ItemTree tree)
Sets the tree of rewards for a given action.
|
Modifier and Type | Method and Description |
---|---|
ItemTree |
PotionTree.getItemQueryAdaptor() |
ItemTree |
ItemTree.withMultiplier(double newMultiplier) |
Constructor and Description |
---|
ItemTree(ItemTree other,
double newMultiplier) |
Modifier and Type | Method and Description |
---|---|
ItemTree |
ItemsSectionResult.getActionReward(java.lang.Integer actionID)
Retrieves the rewards for the given action or trigger.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,ItemTree> |
ItemsSectionResult.getActionRewards() |
Constructor and Description |
---|
ItemsSectionResult(java.util.Map<java.lang.Integer,ItemTree> actionRewards,
java.util.Map<java.lang.Integer,PotionTree> complexRewards) |