Class StonecutterScreen
java.lang.Object
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,Navigable,ParentElement,ScreenHandlerProvider<StonecutterScreenHandler>
- Mappings:
Namespace Name official fafintermediary net/minecraft/class_3979named net/minecraft/client/gui/screen/ingame/StonecutterScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate static final intprivate static final intprivate static final Identifierprivate static final intprivate static final intprivate static final intprivate static final intprivate static final Identifierprivate static final Identifierprivate floatprivate static final intprivate static final intprivate static final intprivate static final Identifierprivate static final Identifierprivate intprivate static final IdentifierFields 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, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionStonecutterScreen(StonecutterScreenHandler handler, PlayerInventory inventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voiddrawMouseoverTooltip(DrawContext context, int x, int y) protected intbooleanmouseClicked(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 horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.private voidvoidrender(DrawContext context, int mouseX, int mouseY, float delta) private voidrenderRecipeBackground(DrawContext context, int mouseX, int mouseY, int x, int y, int scrollOffset) private voidrenderRecipeIcons(DrawContext context, int x, int y, int scrollOffset) private booleanMethods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawForeground, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handledScreenTick, handleHotbarKeyPressed, init, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseReleased, onMouseClick, removed, renderBackground, 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, renderBackgroundTexture, renderInGameBackground, 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, setFocused
-
Field Details
-
SCROLLER_TEXTURE
- Mappings:
Namespace Name Mixin selector official xLfaf;x:Laep;intermediary field_45503Lnet/minecraft/class_3979;field_45503:Lnet/minecraft/class_2960;named SCROLLER_TEXTURELnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLER_TEXTURE:Lnet/minecraft/util/Identifier;
-
SCROLLER_DISABLED_TEXTURE
- Mappings:
Namespace Name Mixin selector official yLfaf;y:Laep;intermediary field_45504Lnet/minecraft/class_3979;field_45504:Lnet/minecraft/class_2960;named SCROLLER_DISABLED_TEXTURELnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLER_DISABLED_TEXTURE:Lnet/minecraft/util/Identifier;
-
RECIPE_SELECTED_TEXTURE
- Mappings:
Namespace Name Mixin selector official zLfaf;z:Laep;intermediary field_45505Lnet/minecraft/class_3979;field_45505:Lnet/minecraft/class_2960;named RECIPE_SELECTED_TEXTURELnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_SELECTED_TEXTURE:Lnet/minecraft/util/Identifier;
-
RECIPE_HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector official ALfaf;A:Laep;intermediary field_45501Lnet/minecraft/class_3979;field_45501:Lnet/minecraft/class_2960;named RECIPE_HIGHLIGHTED_TEXTURELnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;
-
RECIPE_TEXTURE
- Mappings:
Namespace Name Mixin selector official BLfaf;B:Laep;intermediary field_45502Lnet/minecraft/class_3979;field_45502:Lnet/minecraft/class_2960;named RECIPE_TEXTURELnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_TEXTURE:Lnet/minecraft/util/Identifier;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official CLfaf;C:Laep;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;
-
SCROLLBAR_WIDTH
private static final int SCROLLBAR_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official DLfaf;D:Iintermediary field_32372Lnet/minecraft/class_3979;field_32372:Inamed SCROLLBAR_WIDTHLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLBAR_WIDTH:I
-
SCROLLBAR_HEIGHT
private static final int SCROLLBAR_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector official ELfaf;E:Iintermediary field_32373Lnet/minecraft/class_3979;field_32373:Inamed SCROLLBAR_HEIGHTLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLBAR_HEIGHT:I
-
RECIPE_LIST_COLUMNS
private static final int RECIPE_LIST_COLUMNS- See Also:
- Mappings:
Namespace Name Mixin selector official FLfaf;F:Iintermediary field_32374Lnet/minecraft/class_3979;field_32374:Inamed RECIPE_LIST_COLUMNSLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_LIST_COLUMNS:I
-
RECIPE_LIST_ROWS
private static final int RECIPE_LIST_ROWS- See Also:
- Mappings:
Namespace Name Mixin selector official GLfaf;G:Iintermediary field_32375Lnet/minecraft/class_3979;field_32375:Inamed RECIPE_LIST_ROWSLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_LIST_ROWS:I
-
RECIPE_ENTRY_WIDTH
private static final int RECIPE_ENTRY_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official HLfaf;H:Iintermediary field_32376Lnet/minecraft/class_3979;field_32376:Inamed RECIPE_ENTRY_WIDTHLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_ENTRY_WIDTH:I
-
RECIPE_ENTRY_HEIGHT
private static final int RECIPE_ENTRY_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector official ILfaf;I:Iintermediary field_32377Lnet/minecraft/class_3979;field_32377:Inamed RECIPE_ENTRY_HEIGHTLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_ENTRY_HEIGHT:I
-
SCROLLBAR_AREA_HEIGHT
private static final int SCROLLBAR_AREA_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector official JLfaf;J:Iintermediary field_32378Lnet/minecraft/class_3979;field_32378:Inamed SCROLLBAR_AREA_HEIGHTLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLBAR_AREA_HEIGHT:I
-
RECIPE_LIST_OFFSET_X
private static final int RECIPE_LIST_OFFSET_X- See Also:
- Mappings:
Namespace Name Mixin selector official KLfaf;K:Iintermediary field_32379Lnet/minecraft/class_3979;field_32379:Inamed RECIPE_LIST_OFFSET_XLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_LIST_OFFSET_X:I
-
RECIPE_LIST_OFFSET_Y
private static final int RECIPE_LIST_OFFSET_Y- See Also:
- Mappings:
Namespace Name Mixin selector official LLfaf;L:Iintermediary field_32380Lnet/minecraft/class_3979;field_32380:Inamed RECIPE_LIST_OFFSET_YLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_LIST_OFFSET_Y:I
-
scrollAmount
private float scrollAmount- Mappings:
Namespace Name Mixin selector official MLfaf;M: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 NLfaf;N: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 OLfaf;O: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 PLfaf;P: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>Lfaf;<init>(Lcfy;Lcbk;Lte;)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 aLetj;a(Lerx;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
drawBackground
- Specified by:
drawBackgroundin classHandledScreen<StonecutterScreenHandler>- Mappings:
Namespace Name Mixin selector official aLeyt;a(Lerx;FII)Vintermediary method_2389Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
-
drawMouseoverTooltip
- Overrides:
drawMouseoverTooltipin classHandledScreen<StonecutterScreenHandler>- Mappings:
Namespace Name Mixin selector official aLeyt;a(Lerx;II)Vintermediary method_2380Lnet/minecraft/class_465;method_2380(Lnet/minecraft/class_332;II)Vnamed drawMouseoverTooltipLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawMouseoverTooltip(Lnet/minecraft/client/gui/DrawContext;II)V
-
renderRecipeBackground
private void renderRecipeBackground(DrawContext context, int mouseX, int mouseY, int x, int y, int scrollOffset) - Mappings:
Namespace Name Mixin selector official aLfaf;a(Lerx;IIIII)Vintermediary method_17952Lnet/minecraft/class_3979;method_17952(Lnet/minecraft/class_332;IIIII)Vnamed renderRecipeBackgroundLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;renderRecipeBackground(Lnet/minecraft/client/gui/DrawContext;IIIII)V
-
renderRecipeIcons
- Mappings:
Namespace Name Mixin selector official bLfaf;b(Lerx;III)Vintermediary method_17951Lnet/minecraft/class_3979;method_17951(Lnet/minecraft/class_332;III)Vnamed renderRecipeIconsLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;renderRecipeIcons(Lnet/minecraft/client/gui/DrawContext;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:
- Mappings:
Namespace Name Mixin selector official aLetw;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:
- Mappings:
Namespace Name Mixin selector official aLetw;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 horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousehorizontalAmount- the horizontal scroll amountverticalAmount- the vertical scroll amount- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLetw;a(DDDD)Zintermediary method_25401Lnet/minecraft/class_364;method_25401(DDDD)Znamed mouseScrolledLnet/minecraft/client/gui/Element;mouseScrolled(DDDD)Z
-
shouldScroll
private boolean shouldScroll()- Mappings:
Namespace Name Mixin selector official ELfaf;E()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 DLfaf;D()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 FLfaf;F()Vintermediary method_17955Lnet/minecraft/class_3979;method_17955()Vnamed onInventoryChangeLnet/minecraft/client/gui/screen/ingame/StonecutterScreen;onInventoryChange()V
-