Class HopperScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class HopperScreen extends HandledScreen
Mappings:
Namespace Name
official bmv
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 v Lbmv;v:Lnf;
      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 final Inventory playerInventory
      Mappings:
      Namespace Name Mixin selector
      official w Lbmv;w:Ltv;
      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 final Inventory hopperInventory
      Mappings:
      Namespace Name Mixin selector
      official x Lbmv;x:Ltv;
      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> Lbmv;<init>(Laec;Ltv;)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

    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lblk;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V
    • drawForeground

      protected void drawForeground(int mouseX, int mouseY)
      Overrides:
      drawForeground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official c Lbmg;c(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 Lbmg;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