Uses of Interface
de.rpgframework.genericrpg.data.IAttribute
Packages that use IAttribute
Package
Description
-
Uses of IAttribute in de.rpgframework.character
Classes in de.rpgframework.character with type parameters of type IAttributeModifier and TypeInterfaceDescriptioninterfaceRuleSpecificCharacterObject<A extends IAttribute, S extends ISkill, V extends ASkillValue<S>, T extends PieceOfGear>This interface must be implemented by a character object of a plugin adding support to serialize characters. -
Uses of IAttribute in de.rpgframework.genericrpg.chargen
Classes in de.rpgframework.genericrpg.chargen with type parameters of type IAttributeModifier 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>> interfaceIRecommender<A extends IAttribute>This interfaces contains the intelligence to take the levelling profiles from a character and turn it into recommendationsFields in de.rpgframework.genericrpg.chargen with type parameters of type IAttributeModifier and TypeFieldDescriptionprotected RuleSpecificCharacterObject<? extends IAttribute, ?, ?, ?> AEquipmentController.modelMethods in de.rpgframework.genericrpg.chargen with type parameters of type IAttributeModifier and TypeMethodDescription<A extends IAttribute, M extends RuleSpecificCharacterObject<A,?, ?, ?>>
CharacterController<A, M> PartialController.getCharacterController()<C extends RuleSpecificCharacterObject<? extends IAttribute, ?, ?, ?>>
CPartialController.getModel() -
Uses of IAttribute in de.rpgframework.genericrpg.chargen.ai
Methods in de.rpgframework.genericrpg.chargen.ai with parameters of type IAttribute -
Uses of IAttribute in de.rpgframework.genericrpg.data
Classes in de.rpgframework.genericrpg.data with type parameters of type IAttributeModifier and TypeClassDescriptionclassAttributeValue<A extends IAttribute>classCommonCharacter<A extends IAttribute, S extends ISkill, V extends ASkillValue<S>, T extends PieceOfGear>interfaceLifeform<A extends IAttribute, S extends ISkill, V extends ASkillValue<S>>classOneAttributeSkill<A extends IAttribute>classTwoAttributeSkill<A extends IAttribute>