Class ChestScreen
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.ChestScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bfxintermediary net/minecraft/class_413named net/minecraft/client/gui/screen/ingame/ChestScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Inventoryprivate intprivate static final Identifierprivate InventoryFields 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, 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
Modifier and TypeMethodDescriptionprotected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
handleHotbarKeyPressed, init, isPointWithinBounds, keyPressed, method_1131, mouseClicked, mouseDragged, mouseReleased, removed, render, 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, 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
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official uLbfx;u:Lkl;intermediary field_6307Lnet/minecraft/class_413;field_6307:Lnet/minecraft/class_1653;named TEXTURELnet/minecraft/client/gui/screen/ingame/ChestScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
bottom
- Mappings:
Namespace Name Mixin selector official vLbfx;v:Lqg;intermediary field_1372Lnet/minecraft/class_413;field_1372:Lnet/minecraft/class_849;named bottomLnet/minecraft/client/gui/screen/ingame/ChestScreen;bottom:Lnet/minecraft/inventory/Inventory;
-
top
- Mappings:
Namespace Name Mixin selector official wLbfx;w:Lqg;intermediary field_1373Lnet/minecraft/class_413;field_1373:Lnet/minecraft/class_849;named topLnet/minecraft/client/gui/screen/ingame/ChestScreen;top:Lnet/minecraft/inventory/Inventory;
-
rows
private int rows- Mappings:
Namespace Name Mixin selector official xLbfx;x:Iintermediary field_1374Lnet/minecraft/class_413;field_1374:Inamed rowsLnet/minecraft/client/gui/screen/ingame/ChestScreen;rows:I
-
-
Constructor Details
-
ChestScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbfx;<init>(Lqg;Lqg;)Vintermediary <init>Lnet/minecraft/class_413;<init>(Lnet/minecraft/class_849;Lnet/minecraft/class_849;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/ChestScreen;<init>(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/inventory/Inventory;)V
-
-
Method Details
-
drawForeground
protected void drawForeground(int mouseX, int mouseY) - Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official bLbfr;b(II)Vintermediary method_4262Lnet/minecraft/class_409;method_4262(II)Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(II)V
-
drawBackground
protected void drawBackground(float delta, int mouseX, int mouseY) - Specified by:
drawBackgroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLbfr;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-