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 named net/minecraft/client/gui/screen/ingame/StonecutterScreen
intermediary net/minecraft/class_3979
official fpr
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private boolean
private static final int
private static final int
private static final Identifier
private static final int
private static final int
private static final int
private static final int
private static final Identifier
private static final Identifier
private float
private static final int
private static final int
private static final int
private static final Identifier
private static final Identifier
private int
private static final Identifier
Fields 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, y
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionStonecutterScreen
(StonecutterScreenHandler handler, PlayerInventory inventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawBackground
(DrawContext context, float delta, int mouseX, int mouseY) protected void
drawMouseoverTooltip
(DrawContext context, int x, int y) protected int
boolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.boolean
mouseDragged
(double mouseX, double mouseY, int button, double deltaX, double deltaY) Callback for when a mouse button drag event has been captured.boolean
mouseScrolled
(double mouseX, double mouseY, double horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.private void
void
render
(DrawContext context, int mouseX, int mouseY, float delta) private void
renderRecipeBackground
(DrawContext context, int mouseX, int mouseY, int x, int y, int scrollOffset) private void
renderRecipeIcons
(DrawContext context, int x, int y, int scrollOffset) private boolean
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawForeground, drawSlot, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handledScreenTick, handleHotbarKeyPressed, init, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseReleased, onMouseClick, onSlotChangedState, removed, renderBackground, shouldPause, tick
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, setFocused
-
Field Details
-
SCROLLER_TEXTURE
- Mappings:
Namespace Name Mixin selector named SCROLLER_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLER_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45503
Lnet/minecraft/class_3979;field_45503:Lnet/minecraft/class_2960;
official D
Lfpr;D:Lalf;
-
SCROLLER_DISABLED_TEXTURE
- Mappings:
Namespace Name Mixin selector named SCROLLER_DISABLED_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLER_DISABLED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45504
Lnet/minecraft/class_3979;field_45504:Lnet/minecraft/class_2960;
official E
Lfpr;E:Lalf;
-
RECIPE_SELECTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named RECIPE_SELECTED_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_SELECTED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45505
Lnet/minecraft/class_3979;field_45505:Lnet/minecraft/class_2960;
official F
Lfpr;F:Lalf;
-
RECIPE_HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named RECIPE_HIGHLIGHTED_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45501
Lnet/minecraft/class_3979;field_45501:Lnet/minecraft/class_2960;
official G
Lfpr;G:Lalf;
-
RECIPE_TEXTURE
- Mappings:
Namespace Name Mixin selector named RECIPE_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45502
Lnet/minecraft/class_3979;field_45502:Lnet/minecraft/class_2960;
official H
Lfpr;H:Lalf;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURE
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_17673
Lnet/minecraft/class_3979;field_17673:Lnet/minecraft/class_2960;
official I
Lfpr;I:Lalf;
-
SCROLLBAR_WIDTH
private static final int SCROLLBAR_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named SCROLLBAR_WIDTH
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLBAR_WIDTH:I
intermediary field_32372
Lnet/minecraft/class_3979;field_32372:I
official J
Lfpr;J:I
-
SCROLLBAR_HEIGHT
private static final int SCROLLBAR_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named SCROLLBAR_HEIGHT
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLBAR_HEIGHT:I
intermediary field_32373
Lnet/minecraft/class_3979;field_32373:I
official K
Lfpr;K:I
-
RECIPE_LIST_COLUMNS
private static final int RECIPE_LIST_COLUMNS- See Also:
- Mappings:
Namespace Name Mixin selector named RECIPE_LIST_COLUMNS
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_LIST_COLUMNS:I
intermediary field_32374
Lnet/minecraft/class_3979;field_32374:I
official L
Lfpr;L:I
-
RECIPE_LIST_ROWS
private static final int RECIPE_LIST_ROWS- See Also:
- Mappings:
Namespace Name Mixin selector named RECIPE_LIST_ROWS
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_LIST_ROWS:I
intermediary field_32375
Lnet/minecraft/class_3979;field_32375:I
official M
Lfpr;M:I
-
RECIPE_ENTRY_WIDTH
private static final int RECIPE_ENTRY_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named RECIPE_ENTRY_WIDTH
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_ENTRY_WIDTH:I
intermediary field_32376
Lnet/minecraft/class_3979;field_32376:I
official N
Lfpr;N:I
-
RECIPE_ENTRY_HEIGHT
private static final int RECIPE_ENTRY_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named RECIPE_ENTRY_HEIGHT
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_ENTRY_HEIGHT:I
intermediary field_32377
Lnet/minecraft/class_3979;field_32377:I
official O
Lfpr;O:I
-
SCROLLBAR_AREA_HEIGHT
private static final int SCROLLBAR_AREA_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named SCROLLBAR_AREA_HEIGHT
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;SCROLLBAR_AREA_HEIGHT:I
intermediary field_32378
Lnet/minecraft/class_3979;field_32378:I
official P
Lfpr;P:I
-
RECIPE_LIST_OFFSET_X
private static final int RECIPE_LIST_OFFSET_X- See Also:
- Mappings:
Namespace Name Mixin selector named RECIPE_LIST_OFFSET_X
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_LIST_OFFSET_X:I
intermediary field_32379
Lnet/minecraft/class_3979;field_32379:I
official Q
Lfpr;Q:I
-
RECIPE_LIST_OFFSET_Y
private static final int RECIPE_LIST_OFFSET_Y- See Also:
- Mappings:
Namespace Name Mixin selector named RECIPE_LIST_OFFSET_Y
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;RECIPE_LIST_OFFSET_Y:I
intermediary field_32380
Lnet/minecraft/class_3979;field_32380:I
official R
Lfpr;R:I
-
scrollAmount
private float scrollAmount- Mappings:
Namespace Name Mixin selector named scrollAmount
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;scrollAmount:F
intermediary field_17674
Lnet/minecraft/class_3979;field_17674:F
official S
Lfpr;S:F
-
mouseClicked
private boolean mouseClicked- Mappings:
Namespace Name Mixin selector named mouseClicked
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;mouseClicked:Z
intermediary field_17670
Lnet/minecraft/class_3979;field_17670:Z
official T
Lfpr;T:Z
-
scrollOffset
private int scrollOffset- Mappings:
Namespace Name Mixin selector named scrollOffset
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;scrollOffset:I
intermediary field_17671
Lnet/minecraft/class_3979;field_17671:I
official U
Lfpr;U:I
-
canCraft
private boolean canCraft- Mappings:
Namespace Name Mixin selector named canCraft
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;canCraft:Z
intermediary field_17672
Lnet/minecraft/class_3979;field_17672:Z
official V
Lfpr;V:Z
-
-
Constructor Details
-
StonecutterScreen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;<init>(Lnet/minecraft/screen/StonecutterScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
intermediary <init>
Lnet/minecraft/class_3979;<init>(Lnet/minecraft/class_3971;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
official <init>
Lfpr;<init>(Lcrx;Lcmy;Lxp;)V
-
-
Method Details
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classHandledScreen<StonecutterScreenHandler>
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;IIF)V
-
drawBackground
- Specified by:
drawBackground
in classHandledScreen<StonecutterScreenHandler>
- Mappings:
Namespace Name Mixin selector named drawBackground
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
intermediary method_2389
Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)V
official a
Lfod;a(Lfgt;FII)V
-
drawMouseoverTooltip
- Overrides:
drawMouseoverTooltip
in classHandledScreen<StonecutterScreenHandler>
- Mappings:
Namespace Name Mixin selector named drawMouseoverTooltip
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawMouseoverTooltip(Lnet/minecraft/client/gui/DrawContext;II)V
intermediary method_2380
Lnet/minecraft/class_465;method_2380(Lnet/minecraft/class_332;II)V
official a
Lfod;a(Lfgt;II)V
-
renderRecipeBackground
private void renderRecipeBackground(DrawContext context, int mouseX, int mouseY, int x, int y, int scrollOffset) - Mappings:
Namespace Name Mixin selector named renderRecipeBackground
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;renderRecipeBackground(Lnet/minecraft/client/gui/DrawContext;IIIII)V
intermediary method_17952
Lnet/minecraft/class_3979;method_17952(Lnet/minecraft/class_332;IIIII)V
official a
Lfpr;a(Lfgt;IIIII)V
-
renderRecipeIcons
- Mappings:
Namespace Name Mixin selector named renderRecipeIcons
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;renderRecipeIcons(Lnet/minecraft/client/gui/DrawContext;III)V
intermediary method_17951
Lnet/minecraft/class_3979;method_17951(Lnet/minecraft/class_332;III)V
official b
Lfpr;b(Lfgt;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 inGLFW
class.- Specified by:
mouseClicked
in interfaceElement
- Specified by:
mouseClicked
in interfaceParentElement
- Overrides:
mouseClicked
in classHandledScreen<StonecutterScreenHandler>
- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
official a
Lfjc;a(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 inGLFW
class.- Specified by:
mouseDragged
in interfaceElement
- Specified by:
mouseDragged
in interfaceParentElement
- Overrides:
mouseDragged
in 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:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseDragged
Lnet/minecraft/client/gui/Element;mouseDragged(DDIDD)Z
intermediary method_25403
Lnet/minecraft/class_364;method_25403(DDIDD)Z
official a
Lfjc;a(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:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseScrolled
Lnet/minecraft/client/gui/Element;mouseScrolled(DDDD)Z
intermediary method_25401
Lnet/minecraft/class_364;method_25401(DDDD)Z
official a
Lfjc;a(DDDD)Z
-
shouldScroll
private boolean shouldScroll()- Mappings:
Namespace Name Mixin selector named shouldScroll
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;shouldScroll()Z
intermediary method_17954
Lnet/minecraft/class_3979;method_17954()Z
official J
Lfpr;J()Z
-
getMaxScroll
protected int getMaxScroll()- Mappings:
Namespace Name Mixin selector named getMaxScroll
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;getMaxScroll()I
intermediary method_17953
Lnet/minecraft/class_3979;method_17953()I
official I
Lfpr;I()I
-
onInventoryChange
private void onInventoryChange()- Mappings:
Namespace Name Mixin selector named onInventoryChange
Lnet/minecraft/client/gui/screen/ingame/StonecutterScreen;onInventoryChange()V
intermediary method_17955
Lnet/minecraft/class_3979;method_17955()V
official K
Lfpr;K()V
-