Uses of Class
de.rpgframework.genericrpg.data.CommonCharacter
Packages that use CommonCharacter
-
Uses of CommonCharacter in de.rpgframework.genericrpg.data
Fields in de.rpgframework.genericrpg.data declared as CommonCharacterModifier and TypeFieldDescriptionprotected CommonCharacter<?, ?, ?, ?> DataItemValue.characterThe character this item belongs toMethods in de.rpgframework.genericrpg.data that return CommonCharacterMethods in de.rpgframework.genericrpg.data with parameters of type CommonCharacterModifier and TypeMethodDescriptionstatic List<HistoryElement> GenericRPGTools.convertToHistoryElementList(CommonCharacter charac, boolean aggregate) ComplexDataItemValue.getChoiceMapRecursivly(CommonCharacter<?, ?, ?, ?> model) ComplexDataItemValue.getDecisionString(Locale loc, CommonCharacter<?, ?, ?, ?> model) voidDataItemValue.setCharacter(CommonCharacter<?, ?, ?, ?> character) voidRuleController.setModel(CommonCharacter<?, ?, ?, ?> model) voidComplexDataItemValue.updateOutgoingModificiations(CommonCharacter<?, ?, ?, ?> model) Get the modifications this DataItemValue provides to others, after taking all decisions into accountConstructors in de.rpgframework.genericrpg.data with parameters of type CommonCharacterModifierConstructorDescriptionRuleController(CommonCharacter<?, ?, ?, ?> model, List<RuleInterpretation> interpretations, Rule[] allRules) -
Uses of CommonCharacter in de.rpgframework.genericrpg.modification
Methods in de.rpgframework.genericrpg.modification with parameters of type CommonCharacterModifier and TypeMethodDescriptionModifiedObjectType.instantiateModification(Modification tmp, ComplexDataItemValue<?> complexDataItemValue, int multiplier, CommonCharacter<?, ?, ?, ?> model)