Class InventoryScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.InventoryScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Direct Known Subclasses:
CreativeInventoryScreen,SurvivalInventoryScreen
- Mappings:
Namespace Name official cljintermediary 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, focusedSlot, INVENTORY_TEXTURE, isCursorDragging, screenHandler, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, 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, keyPressed, method_1131, method_1134, method_14548, method_14549, method_18607, method_4261, mouseClicked, mouseDragged, mouseReleased, removed, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, method_13411, method_14502, method_18423, method_18605, method_18608, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessageMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
charTyped, keyReleased, mouseScrolled
-
Field Details
-
offsetGuiForEffects
protected boolean offsetGuiForEffects- Mappings:
Namespace Name Mixin selector official wLclj;w: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>Lcky;<init>(Lapv;)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
protected void init()- Overrides:
initin classHandledScreen- Mappings:
Namespace Name Mixin selector official cLckd;c()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 hLclj;h()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 aLckd;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 iLclj;i()Vintermediary method_1155Lnet/minecraft/class_418;method_1155()Vnamed drawStatusEffectsLnet/minecraft/client/gui/screen/ingame/InventoryScreen;drawStatusEffects()V
-