Interface DecisionContainer
- All Known Implementing Classes:
ASkillValue,CarriedItem,CommonCharacter,ComplexDataItemValue,ItemEnhancementValue,LevellingProfileValue,SetItemValue,SkillSpecializationValue
public interface DecisionContainer
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDecision(Decision value) If the referenced ComplexDataItem had choices, these are the decisions.getDecision(UUID choiceUUID) voidremoveDecision(UUID choiceUUID)
-
Method Details
-
addDecision
If the referenced ComplexDataItem had choices, these are the decisions. -
removeDecision
-
getDecision
-