Interface NumericalValueWith2PoolsController<T, V extends NumericalValue<T>>
- All Superinterfaces:
NumericalValueController<T,,V> NumericalValueWith1PoolController<T,,V> RecommendingController<T>
- All Known Subinterfaces:
NumericalValueWith3PoolsController<T,V>
public interface NumericalValueWith2PoolsController<T, V extends NumericalValue<T>>
extends NumericalValueWith1PoolController<T,V>
-
Method Summary
Modifier and TypeMethodDescriptioncanBeDecreasedPoints2(V key) canBeIncreasedPoints2(V key) decreasePoints2(V value) intgetPoints2(V key) intincreasePoints2(V value) Methods inherited from interface de.rpgframework.genericrpg.NumericalValueController
canBeDecreased, canBeIncreased, decrease, getValue, increaseMethods inherited from interface de.rpgframework.genericrpg.NumericalValueWith1PoolController
canBeDecreasedPoints, canBeIncreasedPoints, decreasePoints, getColumn1, getPoints, getPointsLeft, increasePointsMethods inherited from interface de.rpgframework.genericrpg.chargen.RecommendingController
getRecommendationState
-
Method Details
-
getColumn2
String getColumn2() -
getPointsLeft2
int getPointsLeft2() -
canBeIncreasedPoints2
-
canBeDecreasedPoints2
-
increasePoints2
-
decreasePoints2
-
getPoints2
-