Class InventoryScreen
java.lang.Object
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,Navigable,ParentElement,ScreenHandlerProvider<PlayerScreenHandler>,RecipeBookProvider
@Environment(CLIENT)
public class InventoryScreen
extends AbstractInventoryScreen<PlayerScreenHandler>
implements RecipeBookProvider
- Mappings:
Namespace Name intermediary net/minecraft/class_490official ewdnamed net/minecraft/client/gui/screen/ingame/InventoryScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate floatprivate floatprivate booleanprivate static final Identifierprivate final RecipeBookWidgetFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(DrawContext context, float delta, int mouseX, int mouseY) static voiddrawEntity(DrawContext context, int x, int y, int size, float mouseX, float mouseY, LivingEntity entity) static voiddrawEntity(DrawContext context, int x, int y, int size, Quaternionf quaternionf, @Nullable Quaternionf quaternionf2, LivingEntity entity) protected voiddrawForeground(DrawContext context, int mouseX, int mouseY) voidprotected voidinit()Called when a screen should be initialized.protected booleanisClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button) protected booleanisPointWithinBounds(int x, int y, 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) voidvoidrender(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen
hideStatusEffectHudMethods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, keyPressed, mouseDragged, removed, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseScrolled, setFocused
-
Field Details
-
RECIPE_BUTTON_TEXTURE
- Mappings:
Namespace Name Mixin selector intermediary field_2933Lnet/minecraft/class_490;field_2933:Lnet/minecraft/class_2960;official vLewd;v:Lacq;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 intermediary field_2935Lnet/minecraft/class_490;field_2935:Fofficial wLewd;w:Fnamed mouseXLnet/minecraft/client/gui/screen/ingame/InventoryScreen;mouseX:F
-
mouseY
private float mouseY- Mappings:
Namespace Name Mixin selector intermediary field_2934Lnet/minecraft/class_490;field_2934:Fofficial xLewd;x:Fnamed mouseYLnet/minecraft/client/gui/screen/ingame/InventoryScreen;mouseY:F
-
recipeBook
- Mappings:
Namespace Name Mixin selector intermediary field_2929Lnet/minecraft/class_490;field_2929:Lnet/minecraft/class_507;official yLewd;y:Lexr;named recipeBookLnet/minecraft/client/gui/screen/ingame/InventoryScreen;recipeBook:Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;
-
narrow
private boolean narrow- Mappings:
Namespace Name Mixin selector intermediary field_2931Lnet/minecraft/class_490;field_2931:Zofficial zLewd;z:Znamed narrowLnet/minecraft/client/gui/screen/ingame/InventoryScreen;narrow:Z
-
mouseDown
private boolean mouseDown- Mappings:
Namespace Name Mixin selector intermediary field_2930Lnet/minecraft/class_490;field_2930:Zofficial ALewd;A:Znamed mouseDownLnet/minecraft/client/gui/screen/ingame/InventoryScreen;mouseDown:Z
-
-
Constructor Details
-
InventoryScreen
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_490;<init>(Lnet/minecraft/class_1657;)Vofficial <init>Lewd;<init>(Lbym;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/InventoryScreen;<init>(Lnet/minecraft/entity/player/PlayerEntity;)V
-
-
Method Details
-
handledScreenTick
public void handledScreenTick()- Overrides:
handledScreenTickin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector intermediary method_37432Lnet/minecraft/class_465;method_37432()Vofficial BLeve;B()Vnamed handledScreenTickLnet/minecraft/client/gui/screen/ingame/HandledScreen;handledScreenTick()V
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused.- Overrides:
initin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector intermediary method_25426Lnet/minecraft/class_437;method_25426()Vofficial bLeug;b()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
drawForeground
- Overrides:
drawForegroundin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector intermediary method_2388Lnet/minecraft/class_465;method_2388(Lnet/minecraft/class_332;II)Vofficial bLeve;b(Leop;II)Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(Lnet/minecraft/client/gui/DrawContext;II)V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classAbstractInventoryScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector intermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLepy;a(Leop;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
drawBackground
- Specified by:
drawBackgroundin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector intermediary method_2389Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)Vofficial aLeve;a(Leop;FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
-
drawEntity
public static void drawEntity(DrawContext context, int x, int y, int size, float mouseX, float mouseY, LivingEntity entity) - Mappings:
Namespace Name Mixin selector intermediary method_2486Lnet/minecraft/class_490;method_2486(Lnet/minecraft/class_332;IIIFFLnet/minecraft/class_1309;)Vofficial aLewd;a(Leop;IIIFFLbfx;)Vnamed drawEntityLnet/minecraft/client/gui/screen/ingame/InventoryScreen;drawEntity(Lnet/minecraft/client/gui/DrawContext;IIIFFLnet/minecraft/entity/LivingEntity;)V
-
drawEntity
public static void drawEntity(DrawContext context, int x, int y, int size, Quaternionf quaternionf, @Nullable @Nullable Quaternionf quaternionf2, LivingEntity entity) - Mappings:
Namespace Name Mixin selector intermediary method_48472Lnet/minecraft/class_490;method_48472(Lnet/minecraft/class_332;IIILorg/joml/Quaternionf;Lorg/joml/Quaternionf;Lnet/minecraft/class_1309;)Vofficial aLewd;a(Leop;IIILorg/joml/Quaternionf;Lorg/joml/Quaternionf;Lbfx;)Vnamed drawEntityLnet/minecraft/client/gui/screen/ingame/InventoryScreen;drawEntity(Lnet/minecraft/client/gui/DrawContext;IIILorg/joml/Quaternionf;Lorg/joml/Quaternionf;Lnet/minecraft/entity/LivingEntity;)V
-
isPointWithinBounds
protected boolean isPointWithinBounds(int x, int y, int width, int height, double pointX, double pointY) - Overrides:
isPointWithinBoundsin classHandledScreen<PlayerScreenHandler>- Mappings:
Namespace Name Mixin selector intermediary method_2378Lnet/minecraft/class_465;method_2378(IIIIDD)Zofficial aLeve;a(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:
- Mappings:
Namespace Name Mixin selector intermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Zofficial aLeqk;a(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:
- Mappings:
Namespace Name Mixin selector intermediary method_25406Lnet/minecraft/class_364;method_25406(DDI)Zofficial bLeqk;b(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 intermediary method_2381Lnet/minecraft/class_465;method_2381(DDIII)Zofficial aLeve;a(DDIII)Znamed isClickOutsideBoundsLnet/minecraft/client/gui/screen/ingame/HandledScreen;isClickOutsideBounds(DDIII)Z
-
onMouseClick
- Overrides:
onMouseClickin classHandledScreen<PlayerScreenHandler>- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_2383Lnet/minecraft/class_465;method_2383(Lnet/minecraft/class_1735;IILnet/minecraft/class_1713;)Vofficial aLeve;a(Lccv;IILcbm;)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 intermediary method_16891Lnet/minecraft/class_518;method_16891()Vofficial DLexx;D()Vnamed refreshRecipeBookLnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;refreshRecipeBook()V
-
getRecipeBookWidget
- Specified by:
getRecipeBookWidgetin interfaceRecipeBookProvider- Mappings:
Namespace Name Mixin selector intermediary method_2659Lnet/minecraft/class_518;method_2659()Lnet/minecraft/class_507;official ELexx;E()Lexr;named getRecipeBookWidgetLnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;getRecipeBookWidget()Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;
-