Uses of Enum Class
net.minecraft.client.gui.screen.world.WorldCreator.Mode
-
Uses of WorldCreator.Mode in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionprivate WorldCreator.Mode
WorldCreator.gameMode
private final WorldCreator.Mode
InitialWorldOptions.selectedGameMode
The field for theselectedGameMode
record component.Modifier and TypeMethodDescriptionWorldCreator.getGameMode()
InitialWorldOptions.selectedGameMode()
Returns the value of theselectedGameMode
record component.static WorldCreator.Mode
Returns the enum constant of this class with the specified name.static WorldCreator.Mode[]
WorldCreator.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionInitialWorldOptions
(WorldCreator.Mode mode, Set<GameRules.Key<GameRules.BooleanRule>> set, @Nullable RegistryKey<FlatLevelGeneratorPreset> registryKey)