Package net.minecraft
Class class_3084
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bnaintermediary net/minecraft/class_3084named net/minecraft/class_3084
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate final Inventoryprivate final PlayerInventoryFields 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
Modifier and TypeMethodDescriptionprotected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) voidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
handleHotbarKeyPressed, init, 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
-
field_15253
- Mappings:
Namespace Name Mixin selector official vLbna;v:Lnf;intermediary field_15253Lnet/minecraft/class_3084;field_15253:Lnet/minecraft/class_1653;named field_15253Lnet/minecraft/class_3084;field_15253:Lnet/minecraft/util/Identifier;
-
field_15254
- Mappings:
Namespace Name Mixin selector official wLbna;w:Ltv;intermediary field_15254Lnet/minecraft/class_3084;field_15254:Lnet/minecraft/class_849;named field_15254Lnet/minecraft/class_3084;field_15254:Lnet/minecraft/inventory/Inventory;
-
field_15255
- Mappings:
Namespace Name Mixin selector official xLbna;x:Laec;intermediary field_15255Lnet/minecraft/class_3084;field_15255:Lnet/minecraft/class_987;named field_15255Lnet/minecraft/class_3084;field_15255:Lnet/minecraft/entity/player/PlayerInventory;
-
-
Constructor Details
-
class_3084
-
-
Method Details
-
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
-
drawForeground
protected void drawForeground(int mouseX, int mouseY) - Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official cLbmg;c(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 aLbmg;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-