Class ChestScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official u Lbyw;u:Loa;
      intermediary field_6307 Lnet/minecraft/class_413;field_6307:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/ChestScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • bottom

      private Inventory bottom
      Mappings:
      Namespace Name Mixin selector
      official v Lbyw;v:Lvq;
      intermediary field_1372 Lnet/minecraft/class_413;field_1372:Lnet/minecraft/class_849;
      named bottom Lnet/minecraft/client/gui/screen/ingame/ChestScreen;bottom:Lnet/minecraft/inventory/Inventory;
    • top

      private Inventory top
      Mappings:
      Namespace Name Mixin selector
      official w Lbyw;w:Lvq;
      intermediary field_1373 Lnet/minecraft/class_413;field_1373:Lnet/minecraft/class_849;
      named top Lnet/minecraft/client/gui/screen/ingame/ChestScreen;top:Lnet/minecraft/inventory/Inventory;
    • rows

      private int rows
      Mappings:
      Namespace Name Mixin selector
      official x Lbyw;x:I
      intermediary field_1374 Lnet/minecraft/class_413;field_1374:I
      named rows Lnet/minecraft/client/gui/screen/ingame/ChestScreen;rows:I
  • Constructor Details

    • ChestScreen

      public ChestScreen(Inventory bottom, Inventory top)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbyw;<init>(Lvq;Lvq;)V
      intermediary <init> Lnet/minecraft/class_413;<init>(Lnet/minecraft/class_849;Lnet/minecraft/class_849;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/ChestScreen;<init>(Lnet/minecraft/inventory/Inventory;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 Lbyl;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 Lbyl;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