Class AbstractInventoryScreen<T extends ScreenHandler>

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

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

    • drawStatusEffects

      protected boolean drawStatusEffects
      Mappings:
      Namespace Name Mixin selector
      official A Ldwp;A:Z
      intermediary field_2900 Lnet/minecraft/class_485;field_2900:Z
      named drawStatusEffects Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffects:Z
  • Constructor Details

    • AbstractInventoryScreen

      public AbstractInventoryScreen​(T handler, PlayerInventory inventory, Text title)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldwa;<init>(Lbjr;Lbhk;Loi;)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

    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class HandledScreen<T extends ScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official b Ldve;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • applyStatusEffectOffset

      protected void applyStatusEffectOffset()
      Mappings:
      Namespace Name Mixin selector
      official i Ldwp;i()V
      intermediary method_2476 Lnet/minecraft/class_485;method_2476()V
      named applyStatusEffectOffset Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;applyStatusEffectOffset()V
    • 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 Ldsq;a(Ldlr;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
    • drawStatusEffects

      private void drawStatusEffects​(MatrixStack matrices)
      Mappings:
      Namespace Name Mixin selector
      official b Ldwp;b(Ldlr;)V
      intermediary method_2477 Lnet/minecraft/class_485;method_2477(Lnet/minecraft/class_4587;)V
      named drawStatusEffects Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffects(Lnet/minecraft/client/util/math/MatrixStack;)V
    • drawStatusEffectBackgrounds

      private void drawStatusEffectBackgrounds​(MatrixStack matrices, int int2, int int3, Iterable<StatusEffectInstance> iterable)
      Mappings:
      Namespace Name Mixin selector
      official a Ldwp;a(Ldlr;IILjava/lang/Iterable;)V
      intermediary method_18642 Lnet/minecraft/class_485;method_18642(Lnet/minecraft/class_4587;IILjava/lang/Iterable;)V
      named drawStatusEffectBackgrounds Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectBackgrounds(Lnet/minecraft/client/util/math/MatrixStack;IILjava/lang/Iterable;)V
    • drawStatusEffectSprites

      private void drawStatusEffectSprites​(MatrixStack matrices, int int2, int int3, Iterable<StatusEffectInstance> iterable)
      Mappings:
      Namespace Name Mixin selector
      official b Ldwp;b(Ldlr;IILjava/lang/Iterable;)V
      intermediary method_18643 Lnet/minecraft/class_485;method_18643(Lnet/minecraft/class_4587;IILjava/lang/Iterable;)V
      named drawStatusEffectSprites Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectSprites(Lnet/minecraft/client/util/math/MatrixStack;IILjava/lang/Iterable;)V
    • drawStatusEffectDescriptions

      private void drawStatusEffectDescriptions​(MatrixStack matrices, int int2, int int3, Iterable<StatusEffectInstance> iterable)
      Mappings:
      Namespace Name Mixin selector
      official c Ldwp;c(Ldlr;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