net.minecraft.client.gui.screens.inventory

public class StonecutterScreen

extends AbstractContainerScreen<StonecutterMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TickableWidget, Widget, MenuAccess

dsw
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

字段概要

修饰符与类型字段
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

构造函数概要

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

方法概要

修饰符与类型方法
public void
a(dhl 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(dhl 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(dhl 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(dhl 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
l()
isScrollBarActive()
method_17954()
shouldScroll()
func_214143_c()
protected int
k()
getOffscreenRows()
method_17953()
getMaxScroll()
func_214144_b()
private void
m()
containerChanged()
method_17955()
onInventoryChange()
func_214145_d()