net.minecraft.client.gui.screens.inventory

public class StonecutterScreen

extends AbstractContainerScreen<StonecutterMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

fwb
net.minecraft.client.gui.screens.inventory.StonecutterScreen
net.minecraft.class_3979
net.minecraft.client.gui.screen.ingame.StonecutterScreen

Field summary

Modifier and TypeField
private static final ResourceLocation
G
SCROLLER_SPRITE
field_45503
SCROLLER_TEXTURE
private static final ResourceLocation
H
SCROLLER_DISABLED_SPRITE
field_45504
SCROLLER_DISABLED_TEXTURE
private static final ResourceLocation
I
RECIPE_SELECTED_SPRITE
field_45505
RECIPE_SELECTED_TEXTURE
private static final ResourceLocation
J
RECIPE_HIGHLIGHTED_SPRITE
field_45501
RECIPE_HIGHLIGHTED_TEXTURE
private static final ResourceLocation
K
RECIPE_SPRITE
field_45502
RECIPE_TEXTURE
private static final ResourceLocation
L
BG_LOCATION
field_17673
TEXTURE
private static final int
M
SCROLLER_WIDTH
field_32372
SCROLLBAR_WIDTH
private static final int
N
SCROLLER_HEIGHT
field_32373
SCROLLBAR_HEIGHT
private static final int
O
RECIPES_COLUMNS
field_32374
RECIPE_LIST_COLUMNS
private static final int
P
RECIPES_ROWS
field_32375
RECIPE_LIST_ROWS
private static final int
Q
RECIPES_IMAGE_SIZE_WIDTH
field_32376
RECIPE_ENTRY_WIDTH
private static final int
R
RECIPES_IMAGE_SIZE_HEIGHT
field_32377
RECIPE_ENTRY_HEIGHT
private static final int
S
SCROLLER_FULL_HEIGHT
field_32378
SCROLLBAR_AREA_HEIGHT
private static final int
T
RECIPES_X
field_32379
RECIPE_LIST_OFFSET_X
private static final int
U
RECIPES_Y
field_32380
RECIPE_LIST_OFFSET_Y
private float
V
scrollOffs
field_17674
scrollAmount
private boolean
W
scrolling
field_17670
mouseClicked
private int
X
startIndex
field_17671
scrollOffset
private boolean
Y
displayRecipes
field_17672
canCraft

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
a(fns 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)
protected void
a(fns 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)
protected void
a(fns 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)
private void
a(fns 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)
private void
a(fns 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)
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)
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)
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)
private boolean
J()
isScrollBarActive()
method_17954()
shouldScroll()
protected int
G()
getOffscreenRows()
method_17953()
getMaxScroll()
private void
K()
containerChanged()
method_17955()
onInventoryChange()