public class ItemsSectionResult
extends java.lang.Object
Constructor and Description |
---|
ItemsSectionResult(java.util.Map<java.lang.Integer,ItemTree> actionRewards,
java.util.Map<java.lang.Integer,PotionTree> complexRewards) |
Modifier and Type | Method and Description |
---|---|
ItemTree |
getActionReward(java.lang.Integer actionID)
Retrieves the rewards for the given action or trigger.
|
java.util.Map<java.lang.Integer,ItemTree> |
getActionRewards() |
PotionTree |
getComplexReward(java.lang.Integer actionID)
Retrieves the complex potion rewards for the given action or trigger.
|
java.util.Map<java.lang.Integer,PotionTree> |
getComplexRewards() |
public ItemsSectionResult(java.util.Map<java.lang.Integer,ItemTree> actionRewards, java.util.Map<java.lang.Integer,PotionTree> complexRewards)
public java.util.Map<java.lang.Integer,ItemTree> getActionRewards()
public java.util.Map<java.lang.Integer,PotionTree> getComplexRewards()
public ItemTree getActionReward(java.lang.Integer actionID)
actionID
- - unique ID for the given action.public PotionTree getComplexReward(java.lang.Integer actionID)
actionID
- - unique ID for the given action.