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 attributeTypex, GeneratorEnumSetAttribute.Mode modex, float float0, String[] string) GeneratorEnumSetAttribute
(AttributeType attributeTypex, GeneratorEnumSetAttribute.Mode modex, String[] string)