Class DoubleChestScreen


@Environment(CLIENT) public class DoubleChestScreen extends HandledScreen
Mappings:
Namespace Name
intermediary net/minecraft/class_264
glue class_288
server net/minecraft/class_264
client hp
named net/minecraft/client/gui/screen/ingame/DoubleChestScreen
  • Field Details

    • playerInventory

      private Inventory playerInventory
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1063 Lnet/minecraft/class_264;field_1063:Lnet/minecraft/class_134;
      glue field_1265 Lclass_288;field_1265:Lclass_287;
      server field_1063 Lnet/minecraft/class_264;field_1063:Lhp;
      client l Lhp;l:Llw;
      named playerInventory Lnet/minecraft/client/gui/screen/ingame/DoubleChestScreen;playerInventory:Lnet/minecraft/inventory/Inventory;
    • inventory

      private Inventory inventory
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1064 Lnet/minecraft/class_264;field_1064:Lnet/minecraft/class_134;
      glue field_1266 Lclass_288;field_1266:Lclass_287;
      server field_1064 Lnet/minecraft/class_264;field_1064:Lhp;
      client m Lhp;m:Llw;
      named inventory Lnet/minecraft/client/gui/screen/ingame/DoubleChestScreen;inventory:Lnet/minecraft/inventory/Inventory;
    • rows

      private int rows
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1065 Lnet/minecraft/class_264;field_1065:I
      glue field_1267 Lclass_288;field_1267:I
      server field_1065 Lnet/minecraft/class_264;field_1065:I
      client n Lhp;n:I
      named rows Lnet/minecraft/client/gui/screen/ingame/DoubleChestScreen;rows:I
  • Constructor Details

    • DoubleChestScreen

      public DoubleChestScreen(Inventory playerInventory, Inventory inventory)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_264;<init>(Lnet/minecraft/class_134;Lnet/minecraft/class_134;)V
      glue <init> Lclass_288;<init>(Lclass_287;Lclass_287;)V
      server <init> Lnet/minecraft/class_264;<init>(Lhp;Lhp;)V
      client <init> Lhp;<init>(Llw;Llw;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/DoubleChestScreen;<init>(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/inventory/Inventory;)V
  • Method Details

    • drawForeground

      protected void drawForeground()
      Overrides:
      drawForeground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      intermediary method_985 Lnet/minecraft/class_293;method_985()V
      glue method_1158 Lclass_314;method_1158()V
      server method_985 Lnet/minecraft/class_293;method_985()V
      client k Lid;k()V
      named drawForeground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground()V
    • drawBackground

      protected void drawBackground(float tickDelta)
      Specified by:
      drawBackground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      intermediary method_984 Lnet/minecraft/class_293;method_984(F)V
      glue method_1157 Lclass_314;method_1157(F)V
      server method_984 Lnet/minecraft/class_293;method_984(F)V
      client a Lid;a(F)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(F)V