net.minecraft.client.gui.screens.inventory

public abstract class AbstractFurnaceScreen<T extends AbstractFurnaceMenu>

extends AbstractContainerScreen<T> implements RecipeUpdateListener

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess, RecipeUpdateListener

fou
net.minecraft.client.gui.screens.inventory.AbstractFurnaceScreen
net.minecraft.class_489
net.minecraft.client.gui.screen.ingame.AbstractFurnaceScreen
net.minecraft.src.C_3625_

Field summary

Modifier and TypeField
public final AbstractFurnaceRecipeBookComponent
E
recipeBookComponent
field_2924
recipeBook
f_97819_
private boolean
F
widthTooNarrow
field_2925
narrow
f_97821_
private final ResourceLocation
G
texture
field_18975
background
f_97822_
private final ResourceLocation
H
litProgressSprite
field_45434
litProgressTexture
f_291830_
private final ResourceLocation
I
burnProgressSprite
field_45435
burnProgressTexture
f_291682_

Constructor summary

ModifierConstructor
public (T handler, AbstractFurnaceRecipeBookComponent recipeBook, Inventory inventory, Component title, ResourceLocation background, ResourceLocation litProgressTexture, ResourceLocation burnProgressTexture)

Method summary

Modifier and TypeMethod
public void
aT_()
init()
method_25426()
init()
m_7856_()
public void
C()
containerTick()
method_37432()
handledScreenTick()
m_181908_()
public void
a(fhz 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_97859_, int p_97860_, int p_97861_, float arg3)
protected void
a(fhz 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_281631_, float p_281252_, int p_281891_, 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_97835_, double arg1, int arg2)
protected void
a(crq arg0, int arg1, int arg2, cqe arg3)
slotClicked(Slot arg0, int arg1, int arg2, ClickType arg3)
method_2383(class_1735 arg0, int arg1, int arg2, class_1713 arg3)
onMouseClick(Slot arg0, int arg1, int arg2, SlotActionType arg3)
m_6597_(C_1305_ p_97849_, int p_97850_, int p_97851_, C_1245_ arg3)
public boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
m_7933_(int p_97845_, int p_97846_, int arg2)
protected boolean
a(double arg0, double arg1, int arg2, int arg3, int arg4)
hasClickedOutside(double arg0, double arg1, int arg2, int arg3, int arg4)
method_2381(double arg0, double arg1, int arg2, int arg3, int arg4)
isClickOutsideBounds(double arg0, double arg1, int arg2, int arg3, int arg4)
m_7467_(double p_97839_, double p_97841_, int arg2, int arg3, int arg4)
public boolean
a(char arg0, int arg1)
charTyped(char arg0, int arg1)
method_25400(char arg0, int arg1)
charTyped(char arg0, int arg1)
m_5534_(char p_97832_, int arg1)
public void
E()
recipesUpdated()
method_16891()
refreshRecipeBook()
m_6916_()
public RecipeBookComponent
F()
getRecipeBookComponent()
method_2659()
getRecipeBookWidget()
m_5564_()