Class CreateWorldScreen.WorldTab
java.lang.Object
net.minecraft.client.gui.components.tabs.GridLayoutTab
net.minecraft.client.gui.screens.worldselection.CreateWorldScreen.WorldTab
- All Implemented Interfaces:
Tab
- Enclosing class:
CreateWorldScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Componentprivate static final Componentprivate final Buttonprivate static final Componentprivate static final Componentprivate static final Componentprivate static final Componentprivate final EditBoxprivate static final Componentprivate static final intFields inherited from class GridLayoutTab
layout -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GridLayoutTab
doLayout, getTabExtraNarration, getTabTitle, visitChildren
-
Field Details
-
TITLE
-
AMPLIFIED_HELP_TEXT
-
GENERATE_STRUCTURES
-
GENERATE_STRUCTURES_INFO
-
BONUS_CHEST
-
SEED_LABEL
-
SEED_EMPTY_HINT
-
WORLD_TAB_WIDTH
private static final int WORLD_TAB_WIDTH- See Also:
-
seedEdit
-
customizeTypeButton
-
-
Constructor Details
-
WorldTab
private WorldTab()
-
-
Method Details
-
openPresetEditor
private void openPresetEditor() -
createWorldTypeValueSupplier
private CycleButton.ValueListSupplier<WorldCreationUiState.WorldTypeEntry> createWorldTypeValueSupplier() -
createTypeButtonNarration
private static MutableComponent createTypeButtonNarration(CycleButton<WorldCreationUiState.WorldTypeEntry> button)
-