Class MappedNumericalValue<T>
java.lang.Object
de.rpgframework.genericrpg.MappedNumericalValue<T>
- All Implemented Interfaces:
NumericalValue<T>,SelectedValue<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the points invested into this valuevoidsetDistributed(int points) Set the points invested into this value;
-
Constructor Details
-
MappedNumericalValue
-
-
Method Details
-
getModifyable
- Specified by:
getModifyablein interfaceSelectedValue<T>- See Also:
-
getDistributed
public int getDistributed()Description copied from interface:NumericalValueReturns the points invested into this value- Specified by:
getDistributedin interfaceNumericalValue<T>- Returns:
- Invested points
- See Also:
-
setDistributed
public void setDistributed(int points) Description copied from interface:NumericalValueSet the points invested into this value;- Specified by:
setDistributedin interfaceNumericalValue<T>- See Also:
-