Uses of Class
de.rpgframework.genericrpg.Possible
Packages that use Possible
Package
Description
-
Uses of Possible in de.rpgframework.genericrpg
Fields in de.rpgframework.genericrpg declared as PossibleModifier and TypeFieldDescriptionstatic final PossiblePossible.FALSEstatic final PossiblePossible.TRUEMethods in de.rpgframework.genericrpg that return PossibleModifier and TypeMethodDescriptionNumericalValueController.canBeDecreased(V value) NumericalValueWith1PoolController.canBeDecreasedPoints(V key) NumericalValueWith2PoolsController.canBeDecreasedPoints2(V key) NumericalValueWith3PoolsController.canBeDecreasedPoints3(V key) NumericalValueController.canBeIncreased(V value) NumericalValueWith1PoolController.canBeIncreasedPoints(V key) NumericalValueWith2PoolsController.canBeIncreasedPoints2(V key) NumericalValueWith3PoolsController.canBeIncreasedPoints3(V key) Constructors in de.rpgframework.genericrpg with parameters of type Possible -
Uses of Possible in de.rpgframework.genericrpg.chargen
Methods in de.rpgframework.genericrpg.chargen that return PossibleModifier and TypeMethodDescriptionComplexDataItemController.canBeDeselected(V value) Check if the user is allowed to deselect the itemSelectedValueController.canBeDeselected(V value) Check if the user is allowed to deselect the itemSingleComplexDataItemController.canBeDeselected(V value) Check if the user is allowed to deselect the itemComplexDataItemController.canBeSelected(D value, Decision... decisions) Check if the user is allowed to select the itemSelectedValueController.canBeSelected(V value) Check if the user is allowed to select the itemConstructors in de.rpgframework.genericrpg.chargen with parameters of type PossibleModifierConstructorDescriptionOperationResult(Possible poss) OperationResult(Possible poss, boolean success) -
Uses of Possible in de.rpgframework.genericrpg.data
Methods in de.rpgframework.genericrpg.data that return PossibleModifier and TypeMethodDescriptionstatic PossibleGenericRPGTools.areAllDecisionsPresent(ComplexDataItem model, Decision... decisions) static PossibleGenericRPGTools.areAllDecisionsPresent(PieceOfGear<?, ?, ?, ?> model, String variantID, Decision... decisions)