Interface NumericalValueController<T, V extends NumericalValue<T>>
- All Superinterfaces:
RecommendingController<T>
- All Known Subinterfaces:
NumericalValueWith1PoolController<T,,V> NumericalValueWith2PoolsController<T,,V> NumericalValueWith3PoolsController<T,V>
public interface NumericalValueController<T, V extends NumericalValue<T>>
extends RecommendingController<T>
This controller provides methods to handle a static list of
values.
-
Method Summary
Methods inherited from interface de.rpgframework.genericrpg.chargen.RecommendingController
getRecommendationState
-
Method Details
-
getValue
-
canBeIncreased
-
canBeDecreased
-
increase
-
decrease
-