net.minecraft.client.gui.screens.inventory

public class StonecutterScreen

extends AbstractContainerScreen<StonecutterMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

ffn
net.minecraft.client.gui.screens.inventory.StonecutterScreen
net.minecraft.class_3979
net.minecraft.client.gui.screen.ingame.StonecutterScreen
net.minecraft.src.C_3681_

Field summary

Modifier and TypeField
private static final ResourceLocation
x
SCROLLER_SPRITE
field_45503
SCROLLER_TEXTURE
f_291816_
private static final ResourceLocation
y
SCROLLER_DISABLED_SPRITE
field_45504
SCROLLER_DISABLED_TEXTURE
f_290386_
private static final ResourceLocation
z
RECIPE_SELECTED_SPRITE
field_45505
RECIPE_SELECTED_TEXTURE
f_291801_
private static final ResourceLocation
A
RECIPE_HIGHLIGHTED_SPRITE
field_45501
RECIPE_HIGHLIGHTED_TEXTURE
f_291712_
private static final ResourceLocation
B
RECIPE_SPRITE
field_45502
RECIPE_TEXTURE
f_291694_
private static final ResourceLocation
C
BG_LOCATION
field_17673
TEXTURE
f_99303_
private static final int
D
SCROLLER_WIDTH
field_32372
SCROLLBAR_WIDTH
f_169826_
private static final int
E
SCROLLER_HEIGHT
field_32373
SCROLLBAR_HEIGHT
f_169827_
private static final int
F
RECIPES_COLUMNS
field_32374
RECIPE_LIST_COLUMNS
f_169828_
private static final int
G
RECIPES_ROWS
field_32375
RECIPE_LIST_ROWS
f_169829_
private static final int
H
RECIPES_IMAGE_SIZE_WIDTH
field_32376
RECIPE_ENTRY_WIDTH
f_169830_
private static final int
I
RECIPES_IMAGE_SIZE_HEIGHT
field_32377
RECIPE_ENTRY_HEIGHT
f_169831_
private static final int
J
SCROLLER_FULL_HEIGHT
field_32378
SCROLLBAR_AREA_HEIGHT
f_169832_
private static final int
K
RECIPES_X
field_32379
RECIPE_LIST_OFFSET_X
f_169833_
private static final int
L
RECIPES_Y
field_32380
RECIPE_LIST_OFFSET_Y
f_169834_
private float
M
scrollOffs
field_17674
scrollAmount
f_99304_
private boolean
N
scrolling
field_17670
mouseClicked
f_99305_
private int
O
startIndex
field_17671
scrollOffset
f_99306_
private boolean
P
displayRecipes
field_17672
canCraft
f_99307_

Constructor summary

ModifierConstructor
public (StonecutterMenu handler, Inventory inventory, Component title)

Method summary

Modifier and TypeMethod
public void
a(ewu arg0, int arg1, int arg2, float arg3)
render(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)
m_88315_(C_279497_ p_282517_, int p_282840_, int p_282389_, float arg3)
protected void
a(ewu arg0, float arg1, int arg2, int arg3)
renderBg(GuiGraphics arg0, float arg1, int arg2, int arg3)
method_2389(class_332 arg0, float arg1, int arg2, int arg3)
drawBackground(DrawContext arg0, float arg1, int arg2, int arg3)
m_7286_(C_279497_ p_282453_, float p_282940_, int p_282328_, int arg3)
protected void
a(ewu arg0, int arg1, int arg2)
renderTooltip(GuiGraphics arg0, int arg1, int arg2)
method_2380(class_332 arg0, int arg1, int arg2)
drawMouseoverTooltip(DrawContext arg0, int arg1, int arg2)
m_280072_(C_279497_ p_283157_, int p_282258_, int arg2)
private void
a(ewu arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
renderButtons(GuiGraphics arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
method_17952(class_332 arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
renderRecipeBackground(DrawContext context, int mouseX, int mouseY, int x, int y, int scrollOffset)
m_280299_(C_279497_ p_282136_, int p_282147_, int p_281987_, int p_281276_, int p_282688_, int arg5)
private void
b(ewu arg0, int arg1, int arg2, int arg3)
renderRecipes(GuiGraphics arg0, int arg1, int arg2, int arg3)
method_17951(class_332 arg0, int arg1, int arg2, int arg3)
renderRecipeIcons(DrawContext context, int x, int y, int scrollOffset)
m_280605_(C_279497_ p_282658_, int p_282563_, int p_283352_, int arg3)
public boolean
a(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
method_25402(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
m_6375_(double p_99319_, double arg1, int arg2)
public boolean
a(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
method_25403(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
m_7979_(double p_99323_, double p_99325_, int arg2, double arg3, double arg4)
public boolean
a(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
method_25401(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
m_6050_(double p_99315_, double p_297300_, double arg2, double arg3)
private boolean
I()
isScrollBarActive()
method_17954()
shouldScroll()
m_99353_()
protected int
H()
getOffscreenRows()
method_17953()
getMaxScroll()
m_99352_()
private void
J()
containerChanged()
method_17955()
onInventoryChange()
m_99354_()