Class StonecutterScreen
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<StonecutterScreenHandler>
net.minecraft.client.gui.screen.ingame.StonecutterScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement,ScreenHandlerProvider<StonecutterScreenHandler>,TickableElement
@Environment(CLIENT) public class StonecutterScreen extends HandledScreen<StonecutterScreenHandler>
- Mappings:
Namespace Name official dxjintermediary net/minecraft/class_3979named net/minecraft/client/gui/screen/ingame/StonecutterScreen
-
Field Summary
Fields Modifier and Type Field Description private booleancanCraftprivate booleanmouseClickedprivate floatscrollAmountprivate intscrollOffsetprivate static IdentifierTEXTUREFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, focusedSlot, handler, playerInventory, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, yFields 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 Constructor Description StonecutterScreen(StonecutterScreenHandler handler, PlayerInventory inventory, Text title) -
Method Summary
Modifier and Type Method Description protected voiddrawBackground(MatrixStack matrices, float delta, int mouseX, int mouseY)protected voiddrawMouseoverTooltip(MatrixStack matrices, int x, int y)protected intgetMaxScroll()booleanmouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured.booleanmouseDragged(double mouseX, double mouseY, int button, double deltaX, double deltaY)Callback for when a mouse button drag event has been captured.booleanmouseScrolled(double mouseX, double mouseY, double amount)Callback for when a mouse button scroll event has been captured.private voidonInventoryChange()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)private voidrenderRecipeBackground(MatrixStack matrices, int int2, int int3, int int4, int int5, int int6)private voidrenderRecipeIcons(int x, int y, int scrollOffset)private booleanshouldScroll()Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
drawForeground, getScreenHandler, handleHotbarKeyPressed, init, isClickOutsideBounds, isPauseScreen, isPointWithinBounds, keyPressed, method_33285, mouseReleased, onClose, onMouseClick, removed, tickMethods 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, 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, setInitialFocus
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official ALdxj;A:Lwb;intermediary field_17673Lnet/minecraft/class_3979;field_17673:Lnet/minecraft/class_2960;named TEXTURELnet/minecraft/client/gui/screen/ingame/StonecutterScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
scrollAmount
private float scrollAmount- Mappings:
Namespace Name Mixin selector official BLdxj;B:Fintermediary field_17674Lnet/minecraft/class_3979;field_17674:Fnamed scrollAmountLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;scrollAmount:F
-
mouseClicked
private boolean mouseClicked- Mappings:
Namespace Name Mixin selector official CLdxj;C:Zintermediary field_17670Lnet/minecraft/class_3979;field_17670:Znamed mouseClickedLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;mouseClicked:Z
-
scrollOffset
private int scrollOffset- Mappings:
Namespace Name Mixin selector official DLdxj;D:Iintermediary field_17671Lnet/minecraft/class_3979;field_17671:Inamed scrollOffsetLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;scrollOffset:I
-
canCraft
private boolean canCraft- Mappings:
Namespace Name Mixin selector official ELdxj;E:Zintermediary field_17672Lnet/minecraft/class_3979;field_17672:Znamed canCraftLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;canCraft:Z
-
-
Constructor Details
-
StonecutterScreen
- Mappings:
Namespace Name Mixin selector official <init>Ldxj;<init>(Lbll;Lbhk;Loi;)Vintermediary <init>Lnet/minecraft/class_3979;<init>(Lnet/minecraft/class_3971;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;<init>(Lnet/minecraft/screen/StonecutterScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classHandledScreen<StonecutterScreenHandler>- Mappings:
Namespace Name Mixin selector official aLdsq;a(Ldlr;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<StonecutterScreenHandler>- Mappings:
Namespace Name Mixin selector official aLdwa;a(Ldlr;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
-
drawMouseoverTooltip
- Overrides:
drawMouseoverTooltipin classHandledScreen<StonecutterScreenHandler>- Mappings:
Namespace Name Mixin selector official aLdwa;a(Ldlr;II)Vintermediary method_2380Lnet/minecraft/class_465;method_2380(Lnet/minecraft/class_4587;II)Vnamed drawMouseoverTooltipLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawMouseoverTooltip(Lnet/minecraft/client/util/math/MatrixStack;II)V
-
renderRecipeBackground
private void renderRecipeBackground(MatrixStack matrices, int int2, int int3, int int4, int int5, int int6)- Mappings:
Namespace Name Mixin selector official bLdxj;b(Ldlr;IIIII)Vintermediary method_17952Lnet/minecraft/class_3979;method_17952(Lnet/minecraft/class_4587;IIIII)Vnamed renderRecipeBackgroundLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;renderRecipeBackground(Lnet/minecraft/client/util/math/MatrixStack;IIIII)V
-
renderRecipeIcons
private void renderRecipeIcons(int x, int y, int scrollOffset)- Mappings:
Namespace Name Mixin selector official cLdxj;c(III)Vintermediary method_17951Lnet/minecraft/class_3979;method_17951(III)Vnamed renderRecipeIconsLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;renderRecipeIcons(III)V
-
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<StonecutterScreenHandler>- 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 aLdst;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
mouseDragged
public boolean mouseDragged(double mouseX, double mouseY, int button, double deltaX, double deltaY)Callback for when a mouse button drag event has been captured. The button number is identified by the constants inGLFWclass.- Specified by:
mouseDraggedin interfaceElement- Specified by:
mouseDraggedin interfaceParentElement- Overrides:
mouseDraggedin classHandledScreen<StonecutterScreenHandler>- Parameters:
mouseX- the current X coordinate of the mousemouseY- the current Y coordinate of the mousebutton- the mouse button numberdeltaX- the difference of the current X with the previous X coordinatedeltaY- the difference of the current Y with the previous Y coordinate- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Mouse.onCursorPos(long, double, double),GLFW.GLFW_MOUSE_BUTTON_1- Mappings:
Namespace Name Mixin selector official aLdst;a(DDIDD)Zintermediary method_25403Lnet/minecraft/class_364;method_25403(DDIDD)Znamed mouseDraggedLnet/minecraft/client/gui/Element;mouseDragged(DDIDD)Z
-
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double amount)Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mouseamount- value is> 1if scrolled down,< 1if scrolled up- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Mouse.onMouseScroll(long, double, double)- Mappings:
Namespace Name Mixin selector official aLdst;a(DDD)Zintermediary method_25401Lnet/minecraft/class_364;method_25401(DDD)Znamed mouseScrolledLnet/minecraft/client/gui/Element;mouseScrolled(DDD)Z
-
shouldScroll
private boolean shouldScroll()- Mappings:
Namespace Name Mixin selector official kLdxj;k()Zintermediary method_17954Lnet/minecraft/class_3979;method_17954()Znamed shouldScrollLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;shouldScroll()Z
-
getMaxScroll
protected int getMaxScroll()- Mappings:
Namespace Name Mixin selector official iLdxj;i()Iintermediary method_17953Lnet/minecraft/class_3979;method_17953()Inamed getMaxScrollLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;getMaxScroll()I
-
onInventoryChange
private void onInventoryChange()- Mappings:
Namespace Name Mixin selector official lLdxj;l()Vintermediary method_17955Lnet/minecraft/class_3979;method_17955()Vnamed onInventoryChangeLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;onInventoryChange()V
-