net.minecraft.client.gui.screens.inventory

public class StonecutterScreen

extends AbstractContainerScreen<StonecutterMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

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

字段概要

修饰符与类型字段
private static final Identifier
D
SCROLLER_SPRITE
field_45503
SCROLLER_TEXTURE
f_291816_
private static final Identifier
E
SCROLLER_DISABLED_SPRITE
field_45504
SCROLLER_DISABLED_TEXTURE
f_290386_
private static final Identifier
F
RECIPE_SELECTED_SPRITE
field_45505
RECIPE_SELECTED_TEXTURE
f_291801_
private static final Identifier
G
RECIPE_HIGHLIGHTED_SPRITE
field_45501
RECIPE_HIGHLIGHTED_TEXTURE
f_291712_
private static final Identifier
H
RECIPE_SPRITE
field_45502
RECIPE_TEXTURE
f_291694_
private static final Identifier
I
BG_LOCATION
field_17673
TEXTURE
f_99303_
private static final int
J
SCROLLER_WIDTH
field_32372
SCROLLBAR_WIDTH
f_169826_
private static final int
K
SCROLLER_HEIGHT
field_32373
SCROLLBAR_HEIGHT
f_169827_
private static final int
L
RECIPES_COLUMNS
field_32374
RECIPE_LIST_COLUMNS
f_169828_
private static final int
M
RECIPES_ROWS
field_32375
RECIPE_LIST_ROWS
f_169829_
private static final int
N
RECIPES_IMAGE_SIZE_WIDTH
field_32376
RECIPE_ENTRY_WIDTH
f_169830_
private static final int
O
RECIPES_IMAGE_SIZE_HEIGHT
field_32377
RECIPE_ENTRY_HEIGHT
f_169831_
private static final int
P
SCROLLER_FULL_HEIGHT
field_32378
SCROLLBAR_AREA_HEIGHT
f_169832_
private static final int
Q
RECIPES_X
field_32379
RECIPE_LIST_OFFSET_X
f_169833_
private static final int
R
RECIPES_Y
field_32380
RECIPE_LIST_OFFSET_Y
f_169834_
private float
S
scrollOffs
field_17674
scrollAmount
f_99304_
private boolean
T
scrolling
field_17670
mouseClicked
f_99305_
private int
U
startIndex
field_17671
scrollOffset
f_99306_
private boolean
V
displayRecipes
field_17672
canCraft
f_99307_

构造函数概要

修饰符构造函数
public (StonecutterMenu handler, Inventory inventory, Component title)

方法概要

修饰符与类型方法
public void
a(gir 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(gir 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
c(gir 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(gir 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
a(gir 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(gzc arg0, boolean arg1)
mouseClicked(MouseButtonEvent arg0, boolean arg1)
method_25402(class_11909 arg0, boolean arg1)
mouseClicked(Click arg0, boolean arg1)
m_6375_(C_410856_ p_423745_, boolean arg1)
public boolean
a(gzc arg0, double arg1, double arg2)
mouseDragged(MouseButtonEvent arg0, double arg1, double arg2)
method_25403(class_11909 arg0, double arg1, double arg2)
mouseDragged(Click arg0, double arg1, double arg2)
m_7979_(C_410856_ p_99322_, double p_99323_, double arg2)
public boolean
b(gzc arg0)
mouseReleased(MouseButtonEvent arg0)
method_25406(class_11909 arg0)
mouseReleased(Click arg0)
m_6348_(C_410856_ arg0)
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
J()
isScrollBarActive()
method_17954()
shouldScroll()
m_99353_()
protected int
I()
getOffscreenRows()
method_17953()
getMaxScroll()
m_99352_()
private void
K()
containerChanged()
method_17955()
onInventoryChange()
m_99354_()