Interface DecisionContainer

All Known Implementing Classes:
ASkillValue, CarriedItem, CommonCharacter, ComplexDataItemValue, ItemEnhancementValue, LevellingProfileValue, SetItemValue, SkillSpecializationValue

public interface DecisionContainer
  • Method Details

    • addDecision

      void addDecision(Decision value)
      If the referenced ComplexDataItem had choices, these are the decisions.
    • removeDecision

      void removeDecision(UUID choiceUUID)
    • getDecision

      Decision getDecision(UUID choiceUUID)