Uses of Class
de.rpgframework.genericrpg.data.Choice
Packages that use Choice
Package
Description
-
Uses of Choice in de.rpgframework.genericrpg.chargen
Methods in de.rpgframework.genericrpg.chargen that return ChoiceModifier and TypeMethodDescriptiondefault ChoicePartialController.getAsChoice(ComplexDataItem value, UUID uuid) Methods in de.rpgframework.genericrpg.chargen that return types with arguments of type ChoiceModifier and TypeMethodDescriptionPartialController.getChoices(ComplexDataItem value) ComplexDataItemController.getChoicesToDecide(D value) Get the choices to be made should the user want to select the itemMethods in de.rpgframework.genericrpg.chargen with parameters of type Choice -
Uses of Choice in de.rpgframework.genericrpg.data
Fields in de.rpgframework.genericrpg.data with type parameters of type ChoiceModifier and TypeFieldDescriptionComplexDataItem.choicesWhen instantiating an entity of this item, the following choices must be presented to the user.Methods in de.rpgframework.genericrpg.data that return ChoiceModifier and TypeMethodDescriptionComplexDataItem.getChoice(ModifiedObjectType type) protected ChoiceComplexDataItem.getHardcodedChoice(UUID uuid) Override by specific implements (like AUGMENTATION_QUALITY fo SR6)Methods in de.rpgframework.genericrpg.data that return types with arguments of type ChoiceModifier and TypeMethodDescriptionComplexDataItemValue.getChoiceMapRecursivly(CommonCharacter<?, ?, ?, ?> model) ComplexDataItem.getChoices()Methods in de.rpgframework.genericrpg.data with parameters of type ChoiceModifier and TypeMethodDescriptionvoidGenericRPGTools.convertChoiceToOptions(Choice choice) static List<Modification> GenericRPGTools.decisionToModifications(DataItemModification origMod, Choice choice, Decision dec) static List<Modification> GenericRPGTools.decisionToModifications(ValueModification origMod, Choice choice, Decision dec) ComplexDataItem.getChoiceName(Choice choice, Locale loc) ComplexDataItem.getChoiceOptionString(Choice choice, HasName opt, Locale loc) String[]ComplexDataItem.getChoiceOptionStrings(Choice choice, ChoiceOption opt, Locale loc) ComplexDataItemValue.getPerDecisionString(Choice choice, Object obj, Decision dec, Locale loc) Constructors in de.rpgframework.genericrpg.data with parameters of type Choice -
Uses of Choice in de.rpgframework.genericrpg.items
Methods in de.rpgframework.genericrpg.items that return Choice