Uses of Enum Class
net.minecraft.client.gui.screens.worldselection.WorldCreationUiState.SelectedGameMode
Packages that use WorldCreationUiState.SelectedGameMode
-
Uses of WorldCreationUiState.SelectedGameMode in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as WorldCreationUiState.SelectedGameModeMethods in net.minecraft.client.gui.screens.worldselection that return WorldCreationUiState.SelectedGameModeModifier and TypeMethodDescriptionWorldCreationUiState.getGameMode()
Returns the enum constant of this class with the specified name.WorldCreationUiState.SelectedGameMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.screens.worldselection with parameters of type WorldCreationUiState.SelectedGameModeModifier and TypeMethodDescriptionvoid
WorldCreationUiState.setGameMode
(WorldCreationUiState.SelectedGameMode p_268231_)