Uses of Enum Class
net.minecraft.client.realms.gui.screen.RealmsWorldGeneratorType
Packages that use RealmsWorldGeneratorType
-
Uses of RealmsWorldGeneratorType in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as RealmsWorldGeneratorTypeModifier and TypeFieldDescriptionprivate RealmsWorldGeneratorTypeRealmsResetNormalWorldScreen.generatorTypeprivate final RealmsWorldGeneratorTypeResetWorldInfo.levelTypeMethods in net.minecraft.client.realms.gui.screen that return RealmsWorldGeneratorTypeModifier and TypeMethodDescriptionResetWorldInfo.getLevelType()static RealmsWorldGeneratorTypeReturns the enum constant of this class with the specified name.static RealmsWorldGeneratorType[]RealmsWorldGeneratorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsWorldGeneratorTypeModifierConstructorDescriptionResetWorldInfo(String seed, RealmsWorldGeneratorType levelType, boolean generateStructures)