Class AbstractInventoryScreen<T extends ScreenHandler>

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

@Environment(CLIENT) public abstract class AbstractInventoryScreen<T extends ScreenHandler> extends HandledScreen<T>
Mappings:
Namespace Name
official evv
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> Leve;<init>(Lcbd;Lbyl;Lsw;)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(DrawContext context, 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 Lepy;a(Leop;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • hideStatusEffectHud

      public boolean hideStatusEffectHud()
      Mappings:
      Namespace Name Mixin selector
      official F Levv;F()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(DrawContext context, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official c Levv;c(Leop;II)V
      intermediary method_2477 Lnet/minecraft/class_485;method_2477(Lnet/minecraft/class_332;II)V
      named drawStatusEffects Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffects(Lnet/minecraft/client/gui/DrawContext;II)V
    • drawStatusEffectBackgrounds

      private void drawStatusEffectBackgrounds(DrawContext context, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide)
      Mappings:
      Namespace Name Mixin selector
      official a Levv;a(Leop;IILjava/lang/Iterable;Z)V
      intermediary method_18642 Lnet/minecraft/class_485;method_18642(Lnet/minecraft/class_332;IILjava/lang/Iterable;Z)V
      named drawStatusEffectBackgrounds Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectBackgrounds(Lnet/minecraft/client/gui/DrawContext;IILjava/lang/Iterable;Z)V
    • drawStatusEffectSprites

      private void drawStatusEffectSprites(DrawContext context, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide)
      Mappings:
      Namespace Name Mixin selector
      official b Levv;b(Leop;IILjava/lang/Iterable;Z)V
      intermediary method_18643 Lnet/minecraft/class_485;method_18643(Lnet/minecraft/class_332;IILjava/lang/Iterable;Z)V
      named drawStatusEffectSprites Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectSprites(Lnet/minecraft/client/gui/DrawContext;IILjava/lang/Iterable;Z)V
    • drawStatusEffectDescriptions

      private void drawStatusEffectDescriptions(DrawContext context, int x, int height, Iterable<StatusEffectInstance> statusEffects)
      Mappings:
      Namespace Name Mixin selector
      official a Levv;a(Leop;IILjava/lang/Iterable;)V
      intermediary method_18644 Lnet/minecraft/class_485;method_18644(Lnet/minecraft/class_332;IILjava/lang/Iterable;)V
      named drawStatusEffectDescriptions Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectDescriptions(Lnet/minecraft/client/gui/DrawContext;IILjava/lang/Iterable;)V
    • getStatusEffectDescription

      private Text getStatusEffectDescription(StatusEffectInstance statusEffect)
      Mappings:
      Namespace Name Mixin selector
      official a Levv;a(Lbey;)Lsw;
      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;