Uses of Class
de.rpgframework.genericrpg.data.ASkillValue
Packages that use ASkillValue
-
Uses of ASkillValue in de.rpgframework.character
Classes in de.rpgframework.character with type parameters of type ASkillValueModifier 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 ASkillValue in de.rpgframework.genericrpg.data
Classes in de.rpgframework.genericrpg.data with type parameters of type ASkillValueModifier and TypeClassDescriptionclassCommonCharacter<A extends IAttribute, S extends ISkill, V extends ASkillValue<S>, T extends PieceOfGear>interfaceLifeform<A extends IAttribute, S extends ISkill, V extends ASkillValue<S>>