Class DispenserScreen

All Implemented Interfaces:
class_4122, class_4123, IdentifibleBooleanConsumer

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

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official x Lcli;x:Lpc;
      intermediary field_6321 Lnet/minecraft/class_426;field_6321:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/DispenserScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • playerInventory

      private final PlayerInventory playerInventory
      Mappings:
      Namespace Name Mixin selector
      official y Lcli;y:Laof;
      intermediary field_10481 Lnet/minecraft/class_426;field_10481:Lnet/minecraft/class_987;
      named playerInventory Lnet/minecraft/client/gui/screen/ingame/DispenserScreen;playerInventory:Lnet/minecraft/entity/player/PlayerInventory;
    • inventory

      public Inventory inventory
      Mappings:
      Namespace Name Mixin selector
      official w Lcli;w:Lade;
      intermediary field_10480 Lnet/minecraft/class_426;field_10480:Lnet/minecraft/class_849;
      named inventory Lnet/minecraft/client/gui/screen/ingame/DispenserScreen;inventory:Lnet/minecraft/inventory/Inventory;
  • Constructor Details

    • DispenserScreen

      public DispenserScreen(PlayerInventory playerInventory, Inventory inventory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcli;<init>(Laof;Lade;)V
      intermediary <init> Lnet/minecraft/class_426;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_849;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/DispenserScreen;<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 Lckd;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 Lcky;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 Lcky;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