net.minecraft.client.gui.screens.inventory

public class StonecutterScreen

extends AbstractContainerScreen<StonecutterMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TickableWidget, Widget, MenuAccess

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

Field summary

Modifier and TypeField
private static final ResourceLocation
A
BG_LOCATION
field_17673
TEXTURE
field_214146_k
private float
B
scrollOffs
field_17674
scrollAmount
field_214147_l
private boolean
C
scrolling
field_17670
mouseClicked
field_214148_m
private int
D
startIndex
field_17671
scrollOffset
field_214149_n
private boolean
E
displayRecipes
field_17672
canCraft
field_214150_o

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
a(dfm arg0, int arg1, int arg2, float arg3)
render(PoseStack arg0, int arg1, int arg2, float arg3)
method_25394(class_4587 arg0, int arg1, int arg2, float arg3)
render(MatrixStack arg0, int arg1, int arg2, float arg3)
func_230430_a_(MatrixStack arg0, int arg1, int arg2, float arg3)
protected void
a(dfm arg0, float arg1, int arg2, int arg3)
renderBg(PoseStack arg0, float arg1, int arg2, int arg3)
method_2389(class_4587 arg0, float arg1, int arg2, int arg3)
drawBackground(MatrixStack arg0, float arg1, int arg2, int arg3)
func_230450_a_(MatrixStack arg0, float arg1, int arg2, int arg3)
protected void
a(dfm arg0, int arg1, int arg2)
renderTooltip(PoseStack arg0, int arg1, int arg2)
method_2380(class_4587 arg0, int arg1, int arg2)
drawMouseoverTooltip(MatrixStack arg0, int arg1, int arg2)
func_230459_a_(MatrixStack arg0, int arg1, int arg2)
private void
b(dfm arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
renderButtons(PoseStack arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
method_17952(class_4587 arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
renderRecipeBackground(MatrixStack arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
func_238853_b_(MatrixStack arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
private void
c(int arg0, int arg1, int arg2)
renderRecipes(int arg0, int arg1, int arg2)
method_17951(int arg0, int arg1, int arg2)
renderRecipeIcons(int x, int y, int scrollOffset)
func_214142_b(int arg0, int arg1, int arg2)
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)
func_231044_a_(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)
func_231045_a_(double arg0, double arg1, int arg2, double arg3, double arg4)
public boolean
a(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
method_25401(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
func_231043_a_(double arg0, double arg1, double arg2)
private boolean
k()
isScrollBarActive()
method_17954()
shouldScroll()
func_214143_c()
protected int
i()
getOffscreenRows()
method_17953()
getMaxScroll()
func_214144_b()
private void
l()
containerChanged()
method_17955()
onInventoryChange()
func_214145_d()