Uses of Enum Class
de.rpgframework.genericrpg.ValueType
Packages that use ValueType
Package
Description
-
Uses of ValueType in de.rpgframework.genericrpg
Subclasses with type arguments of type ValueType in de.rpgframework.genericrpgMethods in de.rpgframework.genericrpg that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeReturns the enum constant of this class with the specified name.static ValueType[]ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.rpgframework.genericrpg with parameters of type ValueTypeModifier and TypeMethodDescriptionvoidPool.addStep(ValueType set, PoolCalculation<T> step) Pool.getCalculation(ValueType set) default intModifyableNumericalValue.getModifiedValue(ValueType... typeArray) default intModifyableNumericalValue.getModifier(ValueType... typeArray) intboolean -
Uses of ValueType in de.rpgframework.genericrpg.data
Methods in de.rpgframework.genericrpg.data with parameters of type ValueTypeModifier and TypeMethodDescriptionintASkillGroupValue.getModifiedValue(ValueType... typeArray) intASkillValue.getModifiedValue(ValueType... typeArray) intASkillGroupValue.getModifier(ValueType... typeArray) intASkillValue.getModifier(ValueType... typeArray) -
Uses of ValueType in de.rpgframework.genericrpg.items
Methods in de.rpgframework.genericrpg.items with parameters of type ValueTypeModifier and TypeMethodDescriptionfloatItemAttributeFloatValue.getModifiedValue(ValueType type) intItemAttributeNumericalValue.getModifiedValue(ValueType... type) -
Uses of ValueType in de.rpgframework.genericrpg.modification
Methods in de.rpgframework.genericrpg.modification that return ValueTypeMethods in de.rpgframework.genericrpg.modification with parameters of type ValueTypeConstructors in de.rpgframework.genericrpg.modification with parameters of type ValueTypeModifierConstructorDescriptionValueModification(ModifiedObjectType type, String ref, int val, ApplyTo to, ValueType set) ValueModification(ModifiedObjectType type, String ref, int val, ApplyWhen when, ValueType set) ValueModification(ModifiedObjectType type, String ref, int val, Object src, ValueType set) ValueModification(ModifiedObjectType type, String ref, String val, ApplyTo to, ValueType set) ValueModification(ModifiedObjectType type, String ref, String val, ApplyWhen when, ValueType set)