Class FurnaceRecipeBookScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
net.minecraft.client.gui.screen.recipebook.AbstractFurnaceRecipeBookScreen
net.minecraft.client.gui.screen.recipebook.FurnaceRecipeBookScreen
- All Implemented Interfaces:
Drawable,Element,RecipeDisplayListener,RecipeGridAligner<Ingredient>
@Environment(CLIENT) public class FurnaceRecipeBookScreen extends AbstractFurnaceRecipeBookScreen
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
client, craftingScreenHandler, ghostSlots, recipeBook, recipeFinder, recipesArea, TEXTURE, toggleCraftableButtonFields inherited from class net.minecraft.client.gui.DrawableHelper
BACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description FurnaceRecipeBookScreen() -
Method Summary
Modifier and Type Method Description protected Set<Item>getAllowedFuels()protected TextgetToggleCraftableButtonText()protected booleanisFilteringCraftable()protected booleanisGuiOpen()protected voidsetFilteringCraftable(boolean filteringCraftable)protected voidsetGuiOpen(boolean opened)Methods inherited from class net.minecraft.client.gui.screen.recipebook.AbstractFurnaceRecipeBookScreen
drawGhostSlots, getCraftableButtonText, isOpen, setBookButtonTexture, setOpen, showGhostRecipe, slotClicked, toggleFilteringCraftableMethods inherited from class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
acceptAlignedInput, changeFocus, charTyped, close, drawTooltip, findLeftEdge, initialize, isClickOutsideBounds, isMouseOver, keyPressed, keyReleased, mouseClicked, onRecipesDisplayed, refresh, render, reset, sendBookDataPacket, toggleOpen, updateMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
FurnaceRecipeBookScreen
public FurnaceRecipeBookScreen()
-
-
Method Details
-
isFilteringCraftable
protected boolean isFilteringCraftable()- Specified by:
isFilteringCraftablein classAbstractFurnaceRecipeBookScreen
-
setFilteringCraftable
protected void setFilteringCraftable(boolean filteringCraftable)- Specified by:
setFilteringCraftablein classAbstractFurnaceRecipeBookScreen
-
isGuiOpen
protected boolean isGuiOpen()- Specified by:
isGuiOpenin classAbstractFurnaceRecipeBookScreen
-
setGuiOpen
protected void setGuiOpen(boolean opened)- Specified by:
setGuiOpenin classAbstractFurnaceRecipeBookScreen
-
getToggleCraftableButtonText
- Specified by:
getToggleCraftableButtonTextin classAbstractFurnaceRecipeBookScreen
-
getAllowedFuels
- Specified by:
getAllowedFuelsin classAbstractFurnaceRecipeBookScreen
-