Uses of Enum Class
de.rpgframework.genericrpg.chargen.Rule.Type
Packages that use Rule.Type
-
Uses of Rule.Type in de.rpgframework.genericrpg.chargen
Subclasses with type arguments of type Rule.Type in de.rpgframework.genericrpg.chargenMethods in de.rpgframework.genericrpg.chargen that return Rule.TypeModifier and TypeMethodDescriptionRule.getType()static Rule.TypeReturns the enum constant of this class with the specified name.static Rule.Type[]Rule.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.rpgframework.genericrpg.chargen with parameters of type Rule.TypeModifierConstructorDescriptionRule(Rule.EffectOn what, String id, Rule.Type type, de.rpgframework.MultiLanguageResourceBundle res, String defVal)