Class AbstractInventoryScreen<T extends ScreenHandler>

All Implemented Interfaces:
Drawable, Element, ParentElement, ScreenHandlerProvider<T>
Direct Known Subclasses:
CreativeInventoryScreen, InventoryScreen

@Environment(CLIENT) public abstract class AbstractInventoryScreen<T extends ScreenHandler> extends HandledScreen<T>
Mappings:
Namespace Name
official eqp
intermediary net/minecraft/class_485
named net/minecraft/client/gui/screen/ingame/AbstractInventoryScreen
  • Constructor Details

    • AbstractInventoryScreen

      public AbstractInventoryScreen(T handler, PlayerInventory inventory, Text title)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lepz;<init>(Lbzg;Lbwo;Lss;)V
      intermediary <init> Lnet/minecraft/class_465;<init>(Lnet/minecraft/class_1703;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/HandledScreen;<init>(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
  • Method Details

    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class HandledScreen<T extends ScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Lely;a(Leed;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • hideStatusEffectHud

      public boolean hideStatusEffectHud()
      Mappings:
      Namespace Name Mixin selector
      official A Leqp;A()Z
      intermediary method_38934 Lnet/minecraft/class_485;method_38934()Z
      named hideStatusEffectHud Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;hideStatusEffectHud()Z
    • drawStatusEffects

      private void drawStatusEffects(MatrixStack matrices, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official c Leqp;c(Leed;II)V
      intermediary method_2477 Lnet/minecraft/class_485;method_2477(Lnet/minecraft/class_4587;II)V
      named drawStatusEffects Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffects(Lnet/minecraft/client/util/math/MatrixStack;II)V
    • drawStatusEffectBackgrounds

      private void drawStatusEffectBackgrounds(MatrixStack matrices, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide)
      Mappings:
      Namespace Name Mixin selector
      official a Leqp;a(Leed;IILjava/lang/Iterable;Z)V
      intermediary method_18642 Lnet/minecraft/class_485;method_18642(Lnet/minecraft/class_4587;IILjava/lang/Iterable;Z)V
      named drawStatusEffectBackgrounds Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectBackgrounds(Lnet/minecraft/client/util/math/MatrixStack;IILjava/lang/Iterable;Z)V
    • drawStatusEffectSprites

      private void drawStatusEffectSprites(MatrixStack matrices, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide)
      Mappings:
      Namespace Name Mixin selector
      official b Leqp;b(Leed;IILjava/lang/Iterable;Z)V
      intermediary method_18643 Lnet/minecraft/class_485;method_18643(Lnet/minecraft/class_4587;IILjava/lang/Iterable;Z)V
      named drawStatusEffectSprites Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectSprites(Lnet/minecraft/client/util/math/MatrixStack;IILjava/lang/Iterable;Z)V
    • drawStatusEffectDescriptions

      private void drawStatusEffectDescriptions(MatrixStack matrices, int x, int height, Iterable<StatusEffectInstance> statusEffects)
      Mappings:
      Namespace Name Mixin selector
      official a Leqp;a(Leed;IILjava/lang/Iterable;)V
      intermediary method_18644 Lnet/minecraft/class_485;method_18644(Lnet/minecraft/class_4587;IILjava/lang/Iterable;)V
      named drawStatusEffectDescriptions Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectDescriptions(Lnet/minecraft/client/util/math/MatrixStack;IILjava/lang/Iterable;)V
    • getStatusEffectDescription

      private Text getStatusEffectDescription(StatusEffectInstance statusEffect)
      Mappings:
      Namespace Name Mixin selector
      official a Leqp;a(Lbdk;)Lss;
      intermediary method_38933 Lnet/minecraft/class_485;method_38933(Lnet/minecraft/class_1293;)Lnet/minecraft/class_2561;
      named getStatusEffectDescription Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;getStatusEffectDescription(Lnet/minecraft/entity/effect/StatusEffectInstance;)Lnet/minecraft/text/Text;