Uses of Class
de.rpgframework.genericrpg.data.ISkill
Packages that use ISkill
-
Uses of ISkill in de.rpgframework.character
Classes in de.rpgframework.character with type parameters of type ISkillModifier 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 ISkill in de.rpgframework.genericrpg.data
Classes in de.rpgframework.genericrpg.data with type parameters of type ISkillModifier and TypeClassDescriptionclassASkillValue<S extends ISkill>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>>classSkillSpecialization<S extends ISkill>classSkillSpecializationValue<S extends ISkill>Subclasses of ISkill in de.rpgframework.genericrpg.dataModifier and TypeClassDescriptionclassOneAttributeSkill<A extends IAttribute>classTwoAttributeSkill<A extends IAttribute>Fields in de.rpgframework.genericrpg.data declared as ISkillMethods in de.rpgframework.genericrpg.data that return types with arguments of type ISkillModifier and TypeMethodDescriptionabstract List<SkillSpecialization<? extends ISkill>> ISkill.getSpecializations()