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

private class CreateWorldScreen.WorldTab extends GridLayoutTab
  • Field Details

    • TITLE

      private static final Component TITLE
    • AMPLIFIED_HELP_TEXT

      private static final Component AMPLIFIED_HELP_TEXT
    • GENERATE_STRUCTURES

      private static final Component GENERATE_STRUCTURES
    • GENERATE_STRUCTURES_INFO

      private static final Component GENERATE_STRUCTURES_INFO
    • BONUS_CHEST

      private static final Component BONUS_CHEST
    • SEED_LABEL

      private static final Component SEED_LABEL
    • SEED_EMPTY_HINT

      private static final Component SEED_EMPTY_HINT
    • WORLD_TAB_WIDTH

      private static final int WORLD_TAB_WIDTH
      See Also:
    • seedEdit

      private final EditBox seedEdit
    • customizeTypeButton

      private final Button customizeTypeButton
  • Constructor Details

    • WorldTab

      private WorldTab()
  • Method Details