Interface NumericalValueWith1PoolController<T, V extends NumericalValue<T>>
- All Superinterfaces:
NumericalValueController<T,,V> RecommendingController<T>
- All Known Subinterfaces:
NumericalValueWith2PoolsController<T,,V> NumericalValueWith3PoolsController<T,V>
public interface NumericalValueWith1PoolController<T, V extends NumericalValue<T>>
extends NumericalValueController<T,V>
-
Method Summary
Modifier and TypeMethodDescriptioncanBeDecreasedPoints(V key) canBeIncreasedPoints(V key) decreasePoints(V value) intintincreasePoints(V value) Methods inherited from interface de.rpgframework.genericrpg.NumericalValueController
canBeDecreased, canBeIncreased, decrease, getValue, increaseMethods inherited from interface de.rpgframework.genericrpg.chargen.RecommendingController
getRecommendationState
-
Method Details
-
getColumn1
String getColumn1() -
getPointsLeft
int getPointsLeft() -
canBeIncreasedPoints
-
canBeDecreasedPoints
-
increasePoints
-
decreasePoints
-
getPoints
-