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
named net/minecraft/client/gui/screen/ingame/AbstractInventoryScreen
intermediary net/minecraft/class_485
official fow
  • Field Details

    • EFFECT_BACKGROUND_LARGE_TEXTURE

      private static final Identifier EFFECT_BACKGROUND_LARGE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named EFFECT_BACKGROUND_LARGE_TEXTURE Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;EFFECT_BACKGROUND_LARGE_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_45462 Lnet/minecraft/class_485;field_45462:Lnet/minecraft/class_2960;
      official D Lfow;D:Lalf;
    • EFFECT_BACKGROUND_SMALL_TEXTURE

      private static final Identifier EFFECT_BACKGROUND_SMALL_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named EFFECT_BACKGROUND_SMALL_TEXTURE Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;EFFECT_BACKGROUND_SMALL_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_45463 Lnet/minecraft/class_485;field_45463:Lnet/minecraft/class_2960;
      official E Lfow;E:Lalf;
  • Constructor Details

    • AbstractInventoryScreen

      public AbstractInventoryScreen(T handler, PlayerInventory inventory, Text title)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ingame/HandledScreen;<init>(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_465;<init>(Lnet/minecraft/class_1703;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
      official <init> Lfod;<init>(Lcpw;Lcmy;Lxp;)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
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      official a Lfij;a(Lfgt;IIF)V
    • hideStatusEffectHud

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

      private void drawStatusEffects(DrawContext context, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      named drawStatusEffects Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffects(Lnet/minecraft/client/gui/DrawContext;II)V
      intermediary method_2477 Lnet/minecraft/class_485;method_2477(Lnet/minecraft/class_332;II)V
      official c Lfow;c(Lfgt;II)V
    • drawStatusEffectBackgrounds

      private void drawStatusEffectBackgrounds(DrawContext context, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide)
      Mappings:
      Namespace Name Mixin selector
      named drawStatusEffectBackgrounds Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectBackgrounds(Lnet/minecraft/client/gui/DrawContext;IILjava/lang/Iterable;Z)V
      intermediary method_18642 Lnet/minecraft/class_485;method_18642(Lnet/minecraft/class_332;IILjava/lang/Iterable;Z)V
      official a Lfow;a(Lfgt;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
      named drawStatusEffectSprites Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectSprites(Lnet/minecraft/client/gui/DrawContext;IILjava/lang/Iterable;Z)V
      intermediary method_18643 Lnet/minecraft/class_485;method_18643(Lnet/minecraft/class_332;IILjava/lang/Iterable;Z)V
      official b Lfow;b(Lfgt;IILjava/lang/Iterable;Z)V
    • drawStatusEffectDescriptions

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

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