Uses of Enum Class
zombie.scripting.itemConfig.generators.GeneratorEnumSetAttribute.Mode
Packages that use GeneratorEnumSetAttribute.Mode
-
Uses of GeneratorEnumSetAttribute.Mode in zombie.scripting.itemConfig.generators
Subclasses with type arguments of type GeneratorEnumSetAttribute.Mode in zombie.scripting.itemConfig.generatorsMethods in zombie.scripting.itemConfig.generators that return GeneratorEnumSetAttribute.ModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GeneratorEnumSetAttribute.Mode[]GeneratorEnumSetAttribute.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in zombie.scripting.itemConfig.generators with parameters of type GeneratorEnumSetAttribute.ModeModifierConstructorDescriptionGeneratorEnumSetAttribute(AttributeType attributeType, GeneratorEnumSetAttribute.Mode mode, float chance, String[] s) GeneratorEnumSetAttribute(AttributeType attributeType, GeneratorEnumSetAttribute.Mode mode, String[] s)