Interface NumericalValueWith3PoolsController<T, V extends NumericalValue<T>>
- All Superinterfaces:
NumericalValueController<T,,V> NumericalValueWith1PoolController<T,,V> NumericalValueWith2PoolsController<T,,V> RecommendingController<T>
public interface NumericalValueWith3PoolsController<T, V extends NumericalValue<T>>
extends NumericalValueWith2PoolsController<T,V>
-
Method Summary
Modifier and TypeMethodDescriptioncanBeDecreasedPoints3(V key) canBeIncreasedPoints3(V key) decreasePoints3(V value) intgetPoints3(V key) intincreasePoints3(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.NumericalValueWith2PoolsController
canBeDecreasedPoints2, canBeIncreasedPoints2, decreasePoints2, getColumn2, getPoints2, getPointsLeft2, increasePoints2Methods inherited from interface de.rpgframework.genericrpg.chargen.RecommendingController
getRecommendationState
-
Method Details
-
getColumn3
String getColumn3() -
getPointsLeft3
int getPointsLeft3() -
canBeIncreasedPoints3
-
canBeDecreasedPoints3
-
increasePoints3
-
decreasePoints3
-
getPoints3
-