Uses of Enum Class
net.minecraft.client.realms.gui.screen.RealmsWorldGeneratorType
-
Uses of RealmsWorldGeneratorType in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate RealmsWorldGeneratorType
RealmsResetNormalWorldScreen.generatorType
private final RealmsWorldGeneratorType
ResetWorldInfo.levelType
Modifier and TypeMethodDescriptionResetWorldInfo.getLevelType()
static RealmsWorldGeneratorType
Returns 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.ModifierConstructorDescriptionResetWorldInfo
(String seed, RealmsWorldGeneratorType levelType, boolean generateStructures)