Interface NumericalValue<T>

All Superinterfaces:
SelectedValue<T>
All Known Subinterfaces:
ModifyableNumericalValue<T>
All Known Implementing Classes:
ASkillGroupValue, ASkillValue, AttributeValue, CarriedItem, ComplexDataItemValue, DataItemValue, ItemAttributeNumericalValue, ItemEnhancementValue, LevellingProfileValue, MappedNumericalValue, SetItemValue, SkillSpecializationValue

public interface NumericalValue<T> extends SelectedValue<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the points invested into this value
    void
    setDistributed(int points)
    Set the points invested into this value;

    Methods inherited from interface de.rpgframework.genericrpg.SelectedValue

    getModifyable
  • Method Details

    • getDistributed

      int getDistributed()
      Returns the points invested into this value
      Returns:
      Invested points
    • setDistributed

      void setDistributed(int points)
      Set the points invested into this value;