Class CustomizeBuffetLevelScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class CustomizeBuffetLevelScreen extends Screen
Mappings:
Namespace Name
official ebr
intermediary net/minecraft/class_415
named net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen
  • Field Details

    • BUFFET_BIOME_TEXT

      private static final Text BUFFET_BIOME_TEXT
      Mappings:
      Namespace Name Mixin selector
      official a Lebr;a:Lpz;
      intermediary field_26535 Lnet/minecraft/class_415;field_26535:Lnet/minecraft/class_2561;
      named BUFFET_BIOME_TEXT Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;BUFFET_BIOME_TEXT:Lnet/minecraft/text/Text;
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official b Lebr;b:Lecr;
      intermediary field_24562 Lnet/minecraft/class_415;field_24562:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • onDone

      private final Consumer<Biome> onDone
      Mappings:
      Namespace Name Mixin selector
      official c Lebr;c:Ljava/util/function/Consumer;
      intermediary field_24563 Lnet/minecraft/class_415;field_24563:Ljava/util/function/Consumer;
      named onDone Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;onDone:Ljava/util/function/Consumer;
    • biomeRegistry

      final Registry<Biome> biomeRegistry
      Mappings:
      Namespace Name Mixin selector
      official n Lebr;n:Lgx;
      intermediary field_25888 Lnet/minecraft/class_415;field_25888:Lnet/minecraft/class_2378;
      named biomeRegistry Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;biomeRegistry:Lnet/minecraft/util/registry/Registry;
    • biomeSelectionList

      Mappings:
      Namespace Name Mixin selector
      official o Lebr;o:Lebr$a;
      intermediary field_2441 Lnet/minecraft/class_415;field_2441:Lnet/minecraft/class_415$class_4190;
      named biomeSelectionList Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;biomeSelectionList:Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget;
    • biome

      Biome biome
      Mappings:
      Namespace Name Mixin selector
      official p Lebr;p:Lcaz;
      intermediary field_25040 Lnet/minecraft/class_415;field_25040:Lnet/minecraft/class_1959;
      named biome Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;biome:Lnet/minecraft/world/biome/Biome;
    • confirmButton

      private ButtonWidget confirmButton
      Mappings:
      Namespace Name Mixin selector
      official q Lebr;q:Ldza;
      intermediary field_2438 Lnet/minecraft/class_415;field_2438:Lnet/minecraft/class_4185;
      named confirmButton Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;confirmButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
  • Constructor Details

    • CustomizeBuffetLevelScreen

      public CustomizeBuffetLevelScreen(Screen parent, DynamicRegistryManager registryManager, Consumer<Biome> onDone, Biome biome)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lebr;<init>(Lecr;Lgy;Ljava/util/function/Consumer;Lcaz;)V
      intermediary <init> Lnet/minecraft/class_415;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_5455;Ljava/util/function/Consumer;Lnet/minecraft/class_1959;)V
      named <init> Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/util/registry/DynamicRegistryManager;Ljava/util/function/Consumer;Lnet/minecraft/world/biome/Biome;)V
  • Method Details

    • onClose

      public void onClose()
      Overrides:
      onClose in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ag_ Lecr;ag_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named onClose Lnet/minecraft/client/gui/screen/Screen;onClose()V
    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lecr;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • refreshConfirmButton

      void refreshConfirmButton()
      Mappings:
      Namespace Name Mixin selector
      official h Lebr;h()V
      intermediary method_2151 Lnet/minecraft/class_415;method_2151()V
      named refreshConfirmButton Lnet/minecraft/client/gui/screen/CustomizeBuffetLevelScreen;refreshConfirmButton()V
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Ldzv;a(Ldsj;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V