Class CreateWorldScreen.WorldTab

java.lang.Object
net.minecraft.client.gui.tab.GridScreenTab
net.minecraft.client.gui.screen.world.CreateWorldScreen.WorldTab
All Implemented Interfaces:
Tab
Enclosing class:
CreateWorldScreen

@Environment(CLIENT) private class CreateWorldScreen.WorldTab extends GridScreenTab
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab
intermediary net/minecraft/class_525$class_8095
official gkk$c
  • Field Details

    • WORLD_TAB_TITLE_TEXT

      private static final Text WORLD_TAB_TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      named WORLD_TAB_TITLE_TEXT Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;WORLD_TAB_TITLE_TEXT:Lnet/minecraft/text/Text;
      intermediary field_42183 Lnet/minecraft/class_525$class_8095;field_42183:Lnet/minecraft/class_2561;
      official b Lgkk$c;b:Lxo;
    • AMPLIFIED_GENERATOR_INFO_TEXT

      private static final Text AMPLIFIED_GENERATOR_INFO_TEXT
      Mappings:
      Namespace Name Mixin selector
      named AMPLIFIED_GENERATOR_INFO_TEXT Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;AMPLIFIED_GENERATOR_INFO_TEXT:Lnet/minecraft/text/Text;
      intermediary field_42184 Lnet/minecraft/class_525$class_8095;field_42184:Lnet/minecraft/class_2561;
      official d Lgkk$c;d:Lxo;
    • MAP_FEATURES_TEXT

      private static final Text MAP_FEATURES_TEXT
      Mappings:
      Namespace Name Mixin selector
      named MAP_FEATURES_TEXT Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;MAP_FEATURES_TEXT:Lnet/minecraft/text/Text;
      intermediary field_42185 Lnet/minecraft/class_525$class_8095;field_42185:Lnet/minecraft/class_2561;
      official e Lgkk$c;e:Lxo;
    • MAP_FEATURES_INFO_TEXT

      private static final Text MAP_FEATURES_INFO_TEXT
      Mappings:
      Namespace Name Mixin selector
      named MAP_FEATURES_INFO_TEXT Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;MAP_FEATURES_INFO_TEXT:Lnet/minecraft/text/Text;
      intermediary field_42186 Lnet/minecraft/class_525$class_8095;field_42186:Lnet/minecraft/class_2561;
      official f Lgkk$c;f:Lxo;
    • BONUS_ITEMS_TEXT

      private static final Text BONUS_ITEMS_TEXT
      Mappings:
      Namespace Name Mixin selector
      named BONUS_ITEMS_TEXT Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;BONUS_ITEMS_TEXT:Lnet/minecraft/text/Text;
      intermediary field_42187 Lnet/minecraft/class_525$class_8095;field_42187:Lnet/minecraft/class_2561;
      official g Lgkk$c;g:Lxo;
    • ENTER_SEED_TEXT

      private static final Text ENTER_SEED_TEXT
      Mappings:
      Namespace Name Mixin selector
      named ENTER_SEED_TEXT Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;ENTER_SEED_TEXT:Lnet/minecraft/text/Text;
      intermediary field_42188 Lnet/minecraft/class_525$class_8095;field_42188:Lnet/minecraft/class_2561;
      official h Lgkk$c;h:Lxo;
    • SEED_INFO_TEXT

      static final Text SEED_INFO_TEXT
      Mappings:
      Namespace Name Mixin selector
      named SEED_INFO_TEXT Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;SEED_INFO_TEXT:Lnet/minecraft/text/Text;
      intermediary field_42189 Lnet/minecraft/class_525$class_8095;field_42189:Lnet/minecraft/class_2561;
      official i Lgkk$c;i:Lxo;
    • field_42190

      private static final int field_42190
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_42190 Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;field_42190:I
      intermediary field_42190 Lnet/minecraft/class_525$class_8095;field_42190:I
      official j Lgkk$c;j:I
    • seedField

      private final TextFieldWidget seedField
      Mappings:
      Namespace Name Mixin selector
      named seedField Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;seedField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
      intermediary field_42191 Lnet/minecraft/class_525$class_8095;field_42191:Lnet/minecraft/class_342;
      official k Lgkk$c;k:Lfxw;
    • customizeButton

      private final ButtonWidget customizeButton
      Mappings:
      Namespace Name Mixin selector
      named customizeButton Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;customizeButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_42192 Lnet/minecraft/class_525$class_8095;field_42192:Lnet/minecraft/class_4185;
      official l Lgkk$c;l:Lfxn;
  • Constructor Details

    • WorldTab

      WorldTab()
  • Method Details

    • openCustomizeScreen

      private void openCustomizeScreen()
      Mappings:
      Namespace Name Mixin selector
      named openCustomizeScreen Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;openCustomizeScreen()V
      intermediary method_48678 Lnet/minecraft/class_525$class_8095;method_48678()V
      official c Lgkk$c;c()V
    • getWorldTypes

      Mappings:
      Namespace Name Mixin selector
      named getWorldTypes Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;getWorldTypes()Lnet/minecraft/client/gui/widget/CyclingButtonWidget$Values;
      intermediary method_48679 Lnet/minecraft/class_525$class_8095;method_48679()Lnet/minecraft/class_5676$class_5680;
      official d Lgkk$c;d()Lfxu$c;
    • getWorldTypeNarrationMessage

      private static MutableText getWorldTypeNarrationMessage(CyclingButtonWidget<WorldCreator.WorldType> worldTypeButton)
      Mappings:
      Namespace Name Mixin selector
      named getWorldTypeNarrationMessage Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$WorldTab;getWorldTypeNarrationMessage(Lnet/minecraft/client/gui/widget/CyclingButtonWidget;)Lnet/minecraft/text/MutableText;
      intermediary method_48671 Lnet/minecraft/class_525$class_8095;method_48671(Lnet/minecraft/class_5676;)Lnet/minecraft/class_5250;
      official a Lgkk$c;a(Lfxu;)Lyc;