Uses of Enum Class
com.andrei1058.bedwars.api.arena.generator.GeneratorType
Packages that use GeneratorType
-
Uses of GeneratorType in com.andrei1058.bedwars.api.arena.generator
Methods in com.andrei1058.bedwars.api.arena.generator that return GeneratorTypeModifier and TypeMethodDescriptionIGenerator.getType()
Get generator type.static GeneratorType
Returns the enum constant of this class with the specified name.static GeneratorType[]
GeneratorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.andrei1058.bedwars.api.arena.generator with parameters of type GeneratorTypeModifier and TypeMethodDescriptionvoid
IGenerator.setType
(GeneratorType type) Set generator type.