Class AbstractInventoryScreen

java.lang.Object
net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen

@Environment(CLIENT) public class AbstractInventoryScreen extends Object
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/ingame/AbstractInventoryScreen
intermediary net/minecraft/class_485
official fte
  • 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 a Lfte;a:Lalj;
    • 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 b Lfte;b:Lalj;
    • field_54477

      private final HandledScreen<?> field_54477
      Mappings:
      Namespace Name Mixin selector
      named field_54477 Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;field_54477:Lnet/minecraft/client/gui/screen/ingame/HandledScreen;
      intermediary field_54477 Lnet/minecraft/class_485;field_54477:Lnet/minecraft/class_465;
      official c Lfte;c:Lfsl;
    • field_54478

      private final MinecraftClient field_54478
      Mappings:
      Namespace Name Mixin selector
      named field_54478 Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;field_54478:Lnet/minecraft/client/MinecraftClient;
      intermediary field_54478 Lnet/minecraft/class_485;field_54478:Lnet/minecraft/class_310;
      official d Lfte;d:Lfke;
  • Constructor Details

    • AbstractInventoryScreen

      public AbstractInventoryScreen(HandledScreen<?> handledScreen)
  • Method Details

    • method_64514

      public void method_64514(DrawContext drawContext, int int2, int int3, float float2)
      Mappings:
      Namespace Name Mixin selector
      named method_64514 Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;method_64514(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_64514 Lnet/minecraft/class_485;method_64514(Lnet/minecraft/class_332;IIF)V
      official a Lfte;a(Lflq;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 a Lfte;a()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 a Lfte;a(Lflq;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 Lfte;a(Lflq;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 Lfte;b(Lflq;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 Lfte;a(Lflq;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 Lfte;a(Lbtq;)Lxj;