Uses of Enum Class
de.rpgframework.genericrpg.chargen.ai.Weight
Packages that use Weight
-
Uses of Weight in de.rpgframework.genericrpg.chargen.ai
Subclasses with type arguments of type Weight in de.rpgframework.genericrpg.chargen.aiMethods in de.rpgframework.genericrpg.chargen.ai that return WeightModifier and TypeMethodDescriptionRecommendationCache.getLevel()static WeightReturns the enum constant of this class with the specified name.static Weight[]Weight.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.rpgframework.genericrpg.chargen.ai with parameters of type Weight -
Uses of Weight in de.rpgframework.genericrpg.modification
Methods in de.rpgframework.genericrpg.modification that return WeightConstructors in de.rpgframework.genericrpg.modification with parameters of type WeightModifierConstructorDescriptionRecommendationModification(ModifiedObjectType type, String ref, Weight level)