Class HopperScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • HOPPER_TEXTURE

      private static final Identifier HOPPER_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official u Laza;u:Ljy;
      intermediary field_3501 Lnet/minecraft/class_804;field_3501:Lnet/minecraft/class_1605;
      named HOPPER_TEXTURE Lnet/minecraft/client/gui/screen/ingame/HopperScreen;HOPPER_TEXTURE:Lnet/minecraft/util/Identifier;
    • playerInventory

      private Inventory playerInventory
      Mappings:
      Namespace Name Mixin selector
      official v Laza;v:Log;
      intermediary field_3502 Lnet/minecraft/class_804;field_3502:Lnet/minecraft/class_1718;
      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 Laza;w:Log;
      intermediary field_3503 Lnet/minecraft/class_804;field_3503:Lnet/minecraft/class_1718;
      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> Laza;<init>(Lwm;Log;)V
      intermediary <init> Lnet/minecraft/class_804;<init>(Lnet/minecraft/class_1962;Lnet/minecraft/class_1718;)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 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