Class BrewingStandScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official u Layp;u:Ljy;
      intermediary field_3445 Lnet/minecraft/class_790;field_3445:Lnet/minecraft/class_1605;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • inventory

      private final PlayerInventory inventory
      Mappings:
      Namespace Name Mixin selector
      official v Layp;v:Lwm;
      intermediary field_3446 Lnet/minecraft/class_790;field_3446:Lnet/minecraft/class_1962;
      named inventory Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;inventory:Lnet/minecraft/entity/player/PlayerInventory;
    • brewingInventory

      private Inventory brewingInventory
      Mappings:
      Namespace Name Mixin selector
      official w Layp;w:Log;
      intermediary field_3447 Lnet/minecraft/class_790;field_3447:Lnet/minecraft/class_1718;
      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> Layp;<init>(Lwm;Log;)V
      intermediary <init> Lnet/minecraft/class_790;<init>(Lnet/minecraft/class_1962;Lnet/minecraft/class_1718;)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 Layl;b(II)V
      intermediary method_2906 Lnet/minecraft/class_781;method_2906(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 Layl;a(FII)V
      intermediary method_2900 Lnet/minecraft/class_781;method_2900(FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V