Uses of Class
net.minecraft.client.gui.screen.world.CreateWorldScreen.Mode
Package | Description |
---|---|
net.minecraft.client.gui.screen.world |
-
Uses of CreateWorldScreen.Mode in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as CreateWorldScreen.Mode Modifier and Type Field Description private CreateWorldScreen.Mode
CreateWorldScreen. currentMode
private @Nullable CreateWorldScreen.Mode
CreateWorldScreen. lastMode
Fields in net.minecraft.client.gui.screen.world with type parameters of type CreateWorldScreen.Mode Modifier and Type Field Description private CyclingButtonWidget<CreateWorldScreen.Mode>
CreateWorldScreen. gameModeSwitchButton
Methods in net.minecraft.client.gui.screen.world that return CreateWorldScreen.Mode Modifier and Type Method Description static CreateWorldScreen.Mode
CreateWorldScreen.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateWorldScreen.Mode[]
CreateWorldScreen.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.gui.screen.world with parameters of type CreateWorldScreen.Mode Modifier and Type Method Description private void
CreateWorldScreen. tweakDefaultsTo(CreateWorldScreen.Mode mode)