Class InventoryScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<T>
net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen<PlayerScreenHandler>
net.minecraft.client.gui.screen.ingame.InventoryScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement,ScreenHandlerProvider<PlayerScreenHandler>,RecipeBookProvider,TickableElement
@Environment(CLIENT)
public class InventoryScreen
extends AbstractInventoryScreen<PlayerScreenHandler>
implements RecipeBookProvider
- Mappings:
Namespace Name official eazintermediary net/minecraft/class_490named net/minecraft/client/gui/screen/ingame/InventoryScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate floatprivate floatprivate booleanprivate booleanprivate static Identifierprivate RecipeBookWidgetFields inherited from class net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen
drawStatusEffectsFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, displayName, field_2776, field_2800, field_32322, focusedSlot, handler, playerInventoryTitleX, playerInventoryTitleY, titleX, titleYFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(MatrixStack matrices, float delta, int mouseX, int mouseY)static voiddrawEntity(int x, int y, int size, float mouseX, float mouseY, LivingEntity entity)protected voiddrawForeground(MatrixStack matrices, int mouseX, int mouseY)protected voidinit()Called when a screen should be initialized.protected booleanisClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button)protected booleanisPointWithinBounds(int xPosition, int yPosition, int width, int height, double pointX, double pointY)booleanmouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured.booleanmouseReleased(double mouseX, double mouseY, int button)Callback for when a mouse button release event has been captured.protected voidonMouseClick(Slot slot, int slotId, int button, SlotActionType actionType)voidvoidremoved()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)voidtick()Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen
applyStatusEffectOffsetMethods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
drawMouseoverTooltip, getScreenHandler, handleHotbarKeyPressed, isPauseScreen, keyPressed, method_33285, mouseDragged, onCloseMethods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, method_35719, method_35720, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseScrolled, setInitialFocus
-
Field Details
-
RECIPE_BUTTON_TEXTURE
- Mappings:
Namespace Name Mixin selector official CLeaz;C:Lwp;intermediary field_2933Lnet/minecraft/class_490;field_2933:Lnet/minecraft/class_2960;named RECIPE_BUTTON_TEXTURELnet/minecraft/client/gui/screen/ingame/InventoryScreen;RECIPE_BUTTON_TEXTURE:Lnet/minecraft/util/Identifier;
-
mouseX
private float mouseX- Mappings:
Namespace Name Mixin selector official DLeaz;D:Fintermediary field_2935Lnet/minecraft/class_490;field_2935:Fnamed mouseXLnet/minecraft/client/gui/screen/ingame/InventoryScreen;mouseX:F
-
mouseY
private float mouseY- Mappings:
Namespace Name Mixin selector official ELeaz;E:Fintermediary field_2934Lnet/minecraft/class_490;field_2934:Fnamed mouseYLnet/minecraft/client/gui/screen/ingame/InventoryScreen;mouseY:F
-
recipeBook
- Mappings:
Namespace Name Mixin selector official FLeaz;F:Lecf;intermediary field_2929Lnet/minecraft/class_490;field_2929:Lnet/minecraft/class_507;named recipeBookLnet/minecraft/client/gui/screen/ingame/InventoryScreen;recipeBook:Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;
-
open
private boolean open- Mappings:
Namespace Name Mixin selector official GLeaz;G:Zintermediary field_2932Lnet/minecraft/class_490;field_2932:Znamed openLnet/minecraft/client/gui/screen/ingame/InventoryScreen;open:Z
-
narrow
private boolean narrow- Mappings:
Namespace Name Mixin selector official HLeaz;H:Zintermediary field_2931Lnet/minecraft/class_490;field_2931:Znamed narrowLnet/minecraft/client/gui/screen/ingame/InventoryScreen;narrow:Z
-
mouseDown
private boolean mouseDown- Mappings:
Namespace Name Mixin selector official ILeaz;I:Zintermediary field_2930Lnet/minecraft/class_490;field_2930:Znamed mouseDownLnet/minecraft/client/gui/screen/ingame/InventoryScreen;mouseDown:Z
-
-
Constructor Details
-
InventoryScreen
- Mappings:
Namespace Name Mixin selector official <init>Leaz;<init>(Lbjl;)Vintermediary <init>Lnet/minecraft/class_490;<init>(Lnet/minecraft/class_1657;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/InventoryScreen;<init>(Lnet/minecraft/entity/player/PlayerEntity;)V
-
-
Method Details
-
tick
public void tick()- Specified by:
tickin interfaceTickableElement- Overrides:
tickin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector official dLdwq;d()Vintermediary method_25393Lnet/minecraft/class_4893;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/TickableElement;tick()V
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
- Overrides:
initin classAbstractInventoryScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector official bLdzh;b()Vintermediary method_25426Lnet/minecraft/class_437;method_25426()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
drawForeground
- Overrides:
drawForegroundin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector official bLead;b(Ldpj;II)Vintermediary method_2388Lnet/minecraft/class_465;method_2388(Lnet/minecraft/class_4587;II)Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(Lnet/minecraft/client/util/math/MatrixStack;II)V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classAbstractInventoryScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector official aLdwt;a(Ldpj;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
drawBackground
- Specified by:
drawBackgroundin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector official aLead;a(Ldpj;FII)Vintermediary method_2389Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_4587;FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/util/math/MatrixStack;FII)V
-
drawEntity
public static void drawEntity(int x, int y, int size, float mouseX, float mouseY, LivingEntity entity)- Mappings:
Namespace Name Mixin selector official aLeaz;a(IIIFFLatb;)Vintermediary method_2486Lnet/minecraft/class_490;method_2486(IIIFFLnet/minecraft/class_1309;)Vnamed drawEntityLnet/minecraft/client/gui/screen/ingame/InventoryScreen;drawEntity(IIIFFLnet/minecraft/entity/LivingEntity;)V
-
isPointWithinBounds
protected boolean isPointWithinBounds(int xPosition, int yPosition, int width, int height, double pointX, double pointY)- Overrides:
isPointWithinBoundsin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector official aLead;a(IIIIDD)Zintermediary method_2378Lnet/minecraft/class_465;method_2378(IIIIDD)Znamed isPointWithinBoundsLnet/minecraft/client/gui/screen/ingame/HandledScreen;isPointWithinBounds(IIIIDD)Z
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Specified by:
mouseClickedin interfaceElement- Specified by:
mouseClickedin interfaceParentElement- Overrides:
mouseClickedin classHandledScreen<PlayerScreenHandler>- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Mouse.onMouseButton(long, int, int, int),GLFW.GLFW_MOUSE_BUTTON_1- Mappings:
Namespace Name Mixin selector official aLdww;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
mouseReleased
public boolean mouseReleased(double mouseX, double mouseY, int button)Callback for when a mouse button release event has been captured. The button number is identified by the constants inGLFWclass.- Specified by:
mouseReleasedin interfaceElement- Specified by:
mouseReleasedin interfaceParentElement- Overrides:
mouseReleasedin classHandledScreen<PlayerScreenHandler>- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Mouse.onMouseButton(long, int, int, int),GLFW.GLFW_MOUSE_BUTTON_1- Mappings:
Namespace Name Mixin selector official cLdww;c(DDI)Zintermediary method_25406Lnet/minecraft/class_364;method_25406(DDI)Znamed mouseReleasedLnet/minecraft/client/gui/Element;mouseReleased(DDI)Z
-
isClickOutsideBounds
protected boolean isClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button)- Overrides:
isClickOutsideBoundsin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector official aLead;a(DDIII)Zintermediary method_2381Lnet/minecraft/class_465;method_2381(DDIII)Znamed isClickOutsideBoundsLnet/minecraft/client/gui/screen/ingame/HandledScreen;isClickOutsideBounds(DDIII)Z
-
onMouseClick
- Overrides:
onMouseClickin classHandledScreen<PlayerScreenHandler>- See Also:
ScreenHandler.onSlotClick(int, int, net.minecraft.screen.slot.SlotActionType, net.minecraft.entity.player.PlayerEntity)- Mappings:
Namespace Name Mixin selector official aLead;a(Lbni;IILbma;)Vintermediary method_2383Lnet/minecraft/class_465;method_2383(Lnet/minecraft/class_1735;IILnet/minecraft/class_1713;)Vnamed onMouseClickLnet/minecraft/client/gui/screen/ingame/HandledScreen;onMouseClick(Lnet/minecraft/screen/slot/Slot;IILnet/minecraft/screen/slot/SlotActionType;)V
-
refreshRecipeBook
public void refreshRecipeBook()- Specified by:
refreshRecipeBookin interfaceRecipeBookProvider- Mappings:
Namespace Name Mixin selector official aD_Lecl;aD_()Vintermediary method_16891Lnet/minecraft/class_518;method_16891()Vnamed refreshRecipeBookLnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;refreshRecipeBook()V
-
removed
public void removed()- Overrides:
removedin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector official eLdzh;e()Vintermediary method_25432Lnet/minecraft/class_437;method_25432()Vnamed removedLnet/minecraft/client/gui/screen/Screen;removed()V
-
getRecipeBookWidget
- Specified by:
getRecipeBookWidgetin interfaceRecipeBookProvider- Mappings:
Namespace Name Mixin selector official kLecl;k()Lecf;intermediary method_2659Lnet/minecraft/class_518;method_2659()Lnet/minecraft/class_507;named getRecipeBookWidgetLnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;getRecipeBookWidget()Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;
-