Class BrewingStandScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class BrewingStandScreen extends HandledScreen
Mappings:
Namespace Name
official bik
intermediary net/minecraft/class_412
named net/minecraft/client/gui/screen/ingame/BrewingStandScreen
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official u Lbik;u:Lkq;
      intermediary field_6306 Lnet/minecraft/class_412;field_6306:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • field_13330

      private static final int[] field_13330
      Mappings:
      Namespace Name Mixin selector
      official v Lbik;v:[I
      intermediary field_13330 Lnet/minecraft/class_412;field_13330:[I
      named field_13330 Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;field_13330:[I
    • inventory

      private final PlayerInventory inventory
      Mappings:
      Namespace Name Mixin selector
      official w Lbik;w:Laax;
      intermediary field_10476 Lnet/minecraft/class_412;field_10476:Lnet/minecraft/class_987;
      named inventory Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;inventory:Lnet/minecraft/entity/player/PlayerInventory;
    • brewingInventory

      private final Inventory brewingInventory
      Mappings:
      Namespace Name Mixin selector
      official x Lbik;x:Lrc;
      intermediary field_10477 Lnet/minecraft/class_412;field_10477:Lnet/minecraft/class_849;
      named brewingInventory Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;brewingInventory:Lnet/minecraft/inventory/Inventory;
  • Constructor Details

    • BrewingStandScreen

      public BrewingStandScreen(PlayerInventory inventory, Inventory brewingInventory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbik;<init>(Laax;Lrc;)V
      intermediary <init> Lnet/minecraft/class_412;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_849;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;<init>(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;)V
  • Method Details

    • drawForeground

      protected void drawForeground(int mouseX, int mouseY)
      Overrides:
      drawForeground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lbig;b(II)V
      intermediary method_4262 Lnet/minecraft/class_409;method_4262(II)V
      named drawForeground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(II)V
    • drawBackground

      protected void drawBackground(float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lbig;a(FII)V
      intermediary method_1127 Lnet/minecraft/class_409;method_1127(FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V