Class InventoryScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.InventoryScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Direct Known Subclasses:
CreativeInventoryScreen,SurvivalInventoryScreen
- Mappings:
Namespace Name official bmrintermediary net/minecraft/class_418named net/minecraft/client/gui/screen/ingame/InventoryScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
backgroundHeight, backgroundWidth, cursorDragSlots, INVENTORY_TEXTURE, isCursorDragging, screenHandler, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, prevClickedButton, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
drawBackground, drawForeground, handleHotbarKeyPressed, isPointWithinBounds, keyPressed, method_1131, method_14548, method_14549, mouseClicked, mouseDragged, mouseReleased, removed, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, method_13411, method_14502, method_14503, method_14504, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBoundsMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
offsetGuiForEffects
protected boolean offsetGuiForEffects- Mappings:
Namespace Name Mixin selector official vLbmr;v:Zintermediary field_1387Lnet/minecraft/class_418;field_1387:Znamed offsetGuiForEffectsLnet/minecraft/client/gui/screen/ingame/InventoryScreen;offsetGuiForEffects:Z
-
-
Constructor Details
-
InventoryScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbmg;<init>(Lafr;)Vintermediary <init>Lnet/minecraft/class_409;<init>(Lnet/minecraft/class_1002;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/HandledScreen;<init>(Lnet/minecraft/screen/ScreenHandler;)V
-
-
Method Details
-
init
public void init()- Overrides:
initin classHandledScreen- Mappings:
Namespace Name Mixin selector official bLblk;b()Vintermediary method_1044Lnet/minecraft/class_388;method_1044()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
applyStatusEffectOffset
protected void applyStatusEffectOffset()- Mappings:
Namespace Name Mixin selector official aLbmr;a()Vintermediary method_9602Lnet/minecraft/class_418;method_9602()Vnamed applyStatusEffectOffsetLnet/minecraft/client/gui/screen/ingame/InventoryScreen;applyStatusEffectOffset()V
-
render
public void render(int mouseX, int mouseY, float tickDelta) - Overrides:
renderin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(IIF)Vintermediary method_1025Lnet/minecraft/class_388;method_1025(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-
drawStatusEffects
private void drawStatusEffects()- Mappings:
Namespace Name Mixin selector official fLbmr;f()Vintermediary method_1155Lnet/minecraft/class_418;method_1155()Vnamed drawStatusEffectsLnet/minecraft/client/gui/screen/ingame/InventoryScreen;drawStatusEffects()V
-