Class BrewingStandScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, ScreenHandlerProvider<BrewingStandScreenHandler>

@Environment(CLIENT) public class BrewingStandScreen extends HandledScreen<BrewingStandScreenHandler>
Mappings:
Namespace Name
official eqh
intermediary net/minecraft/class_472
named net/minecraft/client/gui/screen/ingame/BrewingStandScreen
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official z Leqh;z:Lacf;
      intermediary field_2823 Lnet/minecraft/class_472;field_2823:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • BUBBLE_PROGRESS

      private static final int[] BUBBLE_PROGRESS
      Mappings:
      Namespace Name Mixin selector
      official A Leqh;A:[I
      intermediary field_2824 Lnet/minecraft/class_472;field_2824:[I
      named BUBBLE_PROGRESS Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;BUBBLE_PROGRESS:[I
  • Constructor Details

    • BrewingStandScreen

      public BrewingStandScreen(BrewingStandScreenHandler handler, PlayerInventory inventory, Text title)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leqh;<init>(Lbzl;Lbwo;Lss;)V
      intermediary <init> Lnet/minecraft/class_472;<init>(Lnet/minecraft/class_1708;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;<init>(Lnet/minecraft/screen/BrewingStandScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
  • Method Details

    • 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 HandledScreen<BrewingStandScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official b Lepb;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class HandledScreen<BrewingStandScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Lely;a(Leed;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
    • drawBackground

      protected void drawBackground(MatrixStack matrices, float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen<BrewingStandScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Lepz;a(Leed;FII)V
      intermediary method_2389 Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_4587;FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/util/math/MatrixStack;FII)V