Class HopperScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official u Lbzh;u:Loa;
      intermediary field_6313 Lnet/minecraft/class_1479;field_6313:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/HopperScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • playerInventory

      private Inventory playerInventory
      Mappings:
      Namespace Name Mixin selector
      official v Lbzh;v:Lvq;
      intermediary field_5729 Lnet/minecraft/class_1479;field_5729:Lnet/minecraft/class_849;
      named playerInventory Lnet/minecraft/client/gui/screen/ingame/HopperScreen;playerInventory:Lnet/minecraft/inventory/Inventory;
    • hopperInventory

      private Inventory hopperInventory
      Mappings:
      Namespace Name Mixin selector
      official w Lbzh;w:Lvq;
      intermediary field_5730 Lnet/minecraft/class_1479;field_5730:Lnet/minecraft/class_849;
      named hopperInventory Lnet/minecraft/client/gui/screen/ingame/HopperScreen;hopperInventory:Lnet/minecraft/inventory/Inventory;
  • Constructor Details

    • HopperScreen

      public HopperScreen(PlayerInventory playerInventory, Inventory hopperInventory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbzh;<init>(Lahb;Lvq;)V
      intermediary <init> Lnet/minecraft/class_1479;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_849;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/HopperScreen;<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 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