Uses of Interface
de.rpgframework.character.RuleSpecificCharacterObject
Packages that use RuleSpecificCharacterObject
Package
Description
-
Uses of RuleSpecificCharacterObject in de.rpgframework.character
Fields in de.rpgframework.character declared as RuleSpecificCharacterObjectModifier and TypeFieldDescriptionprotected RuleSpecificCharacterObject<?, ?, ?, ?> CharacterHandle.parsedCharacMethods in de.rpgframework.character that return RuleSpecificCharacterObjectMethods in de.rpgframework.character with parameters of type RuleSpecificCharacterObjectModifier and TypeMethodDescriptionvoidCharacterHandle.setCharacter(RuleSpecificCharacterObject charac) -
Uses of RuleSpecificCharacterObject in de.rpgframework.genericrpg.chargen
Classes in de.rpgframework.genericrpg.chargen with type parameters of type RuleSpecificCharacterObjectModifier and TypeInterfaceDescriptioninterfaceCharacterController<A extends IAttribute, M extends RuleSpecificCharacterObject<A,?, ?, ?>> classCharacterControllerImpl<A extends IAttribute, M extends RuleSpecificCharacterObject<A,?, ?, ?>> interfaceCharacterGenerator<A extends IAttribute, M extends RuleSpecificCharacterObject<A,?, ?, ?>> interfaceIGeneratorWrapper<A extends IAttribute, M extends RuleSpecificCharacterObject<A,?, ?, ?>, G extends CharacterGenerator<A, M>> Fields in de.rpgframework.genericrpg.chargen declared as RuleSpecificCharacterObjectModifier and TypeFieldDescriptionprotected RuleSpecificCharacterObject<? extends IAttribute, ?, ?, ?> AEquipmentController.modelprotected MCharacterControllerImpl.modelMethods in de.rpgframework.genericrpg.chargen with type parameters of type RuleSpecificCharacterObjectModifier and TypeMethodDescription<A extends IAttribute, M extends RuleSpecificCharacterObject<A,?, ?, ?>>
CharacterController<A, M> PartialController.getCharacterController()<C extends RuleSpecificCharacterObject<? extends IAttribute, ?, ?, ?>>
CPartialController.getModel()Constructors in de.rpgframework.genericrpg.chargen with parameters of type RuleSpecificCharacterObjectModifierConstructorDescriptionprotected <A extends IAttribute>AEquipmentController(RuleSpecificCharacterObject<A, ?, ?, ?> model) -
Uses of RuleSpecificCharacterObject in de.rpgframework.genericrpg.data
Classes in de.rpgframework.genericrpg.data that implement RuleSpecificCharacterObjectModifier and TypeClassDescriptionclassCommonCharacter<A extends IAttribute, S extends ISkill, V extends ASkillValue<S>, T extends PieceOfGear> -
Uses of RuleSpecificCharacterObject in de.rpgframework.genericrpg.export
Classes in de.rpgframework.genericrpg.export with type parameters of type RuleSpecificCharacterObjectModifier and TypeInterfaceDescriptioninterfaceCharacterExportPlugin<C extends RuleSpecificCharacterObject<?,?, ?, ?>> Methods in de.rpgframework.genericrpg.export with parameters of type RuleSpecificCharacterObjectModifier and TypeMethodDescriptionstatic List<CharacterExportPlugin> ExportPluginRegistry.getCharacterExportPlugins(RuleSpecificCharacterObject<?, ?, ?, ?> model)