Interface ModifyableNumericalValue<T>
- All Superinterfaces:
Modifyable,NumericalValue<T>,SelectedValue<T>
- All Known Implementing Classes:
ASkillGroupValue,ASkillValue,AttributeValue,ItemAttributeNumericalValue
-
Method Summary
Modifier and TypeMethodDescriptiondefault intShortcut to getModifiedValue(NATURAL, AUGMENTED)default intgetModifiedValue(ValueType... typeArray) default intShortcut to getModifiedValue(AUGMENTED)default intgetModifier(ValueType... typeArray) getPool()Methods inherited from interface de.rpgframework.genericrpg.modification.Modifyable
addIncomingModification, getIncomingModifications, removeIncomingModification, setIncomingModificationsMethods inherited from interface de.rpgframework.genericrpg.NumericalValue
getDistributed, setDistributedMethods inherited from interface de.rpgframework.genericrpg.SelectedValue
getModifyable
-
Method Details
-
getModifiedValue
default int getModifiedValue()Shortcut to getModifiedValue(NATURAL, AUGMENTED)- Returns:
-
getModifiedValue
-
getModifier
default int getModifier()Shortcut to getModifiedValue(AUGMENTED)- Returns:
-
getModifier
-
getPool
-