Uses of Enum Class
net.minecraft.client.gui.screen.world.WorldCreator.Mode
Packages that use WorldCreator.Mode
Package
Description
The base package for all Minecraft classes.
-
Uses of WorldCreator.Mode in net.minecraft
Fields in net.minecraft declared as WorldCreator.ModeModifier and TypeFieldDescriptionprivate final WorldCreator.Modeclass_10220.selectedGameModeThe field for theselectedGameModerecord component.Methods in net.minecraft that return WorldCreator.ModeModifier and TypeMethodDescriptionclass_10220.selectedGameMode()Returns the value of theselectedGameModerecord component.Constructors in net.minecraft with parameters of type WorldCreator.ModeModifierConstructorDescriptionclass_10220(WorldCreator.Mode mode, Set<GameRules.Key<GameRules.BooleanRule>> set, @Nullable RegistryKey<FlatLevelGeneratorPreset> registryKey) -
Uses of WorldCreator.Mode in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as WorldCreator.ModeMethods in net.minecraft.client.gui.screen.world that return WorldCreator.ModeModifier and TypeMethodDescriptionWorldCreator.getGameMode()static WorldCreator.ModeReturns 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.Methods in net.minecraft.client.gui.screen.world with parameters of type WorldCreator.Mode