Uses of Enum Class
net.minecraft.client.gui.screen.world.CreateWorldScreen.Mode
Packages that use CreateWorldScreen.Mode
-
Uses of CreateWorldScreen.Mode in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as CreateWorldScreen.ModeModifier and TypeFieldDescriptionprivate CreateWorldScreen.Mode
CreateWorldScreen.currentMode
private @Nullable CreateWorldScreen.Mode
CreateWorldScreen.lastMode
Fields in net.minecraft.client.gui.screen.world with type parameters of type CreateWorldScreen.ModeMethods in net.minecraft.client.gui.screen.world that return CreateWorldScreen.ModeModifier and TypeMethodDescriptionstatic CreateWorldScreen.Mode
Returns the enum constant of this class with the specified name.static CreateWorldScreen.Mode[]
CreateWorldScreen.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 CreateWorldScreen.ModeModifier and TypeMethodDescriptionprivate void
CreateWorldScreen.tweakDefaultsTo(CreateWorldScreen.Mode mode)