Class ChestScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official u Layr;u:Ljy;
      intermediary field_3456 Lnet/minecraft/class_792;field_3456:Lnet/minecraft/class_1605;
      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 Layr;v:Log;
      intermediary field_3457 Lnet/minecraft/class_792;field_3457:Lnet/minecraft/class_1718;
      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 Layr;w:Log;
      intermediary field_3458 Lnet/minecraft/class_792;field_3458:Lnet/minecraft/class_1718;
      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 Layr;x:I
      intermediary field_3459 Lnet/minecraft/class_792;field_3459: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> Layr;<init>(Log;Log;)V
      intermediary <init> Lnet/minecraft/class_792;<init>(Lnet/minecraft/class_1718;Lnet/minecraft/class_1718;)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 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