Class AbstractFurnaceRecipeBookComponent
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.screens.recipebook.RecipeBookComponent
net.minecraft.client.gui.screens.recipebook.AbstractFurnaceRecipeBookComponent
- All Implemented Interfaces:
GuiEventListener,Widget,NarratableEntry,NarrationSupplier,RecipeShownListener,PlaceRecipe<Ingredient>
- Direct Known Subclasses:
BlastingRecipeBookComponent,SmeltingRecipeBookComponent,SmokingRecipeBookComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screens.recipebook.RecipeBookComponent
filterButton, ghostRecipe, IMAGE_HEIGHT, IMAGE_WIDTH, menu, minecraft, RECIPE_BOOK_LOCATIONFields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATIONFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidsetupGhostRecipe(Recipe<?> p_100122_, List<Slot> p_100123_) voidslotClicked(Slot p_100120_) Methods inherited from class net.minecraft.client.gui.screens.recipebook.RecipeBookComponent
addItemToSlot, changeFocus, charTyped, getRecipeFilterName, hasClickedOutside, init, initVisuals, isMouseOver, isVisible, keyPressed, keyReleased, mouseClicked, narrationPriority, recipesShown, recipesUpdated, removed, render, renderGhostRecipe, renderTooltip, sendUpdateSettings, setVisible, tick, toggleVisibility, updateNarration, updateScreenPositionMethods inherited from class net.minecraft.client.gui.GuiComponent
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.narration.NarratableEntry
isActiveMethods inherited from interface net.minecraft.recipebook.PlaceRecipe
placeRecipe
-
Field Details
-
fuels
-
-
Constructor Details
-
AbstractFurnaceRecipeBookComponent
public AbstractFurnaceRecipeBookComponent()
-
-
Method Details
-
initFilterButtonTextures
protected void initFilterButtonTextures()- Overrides:
initFilterButtonTexturesin classRecipeBookComponent
-
slotClicked
- Overrides:
slotClickedin classRecipeBookComponent
-
setupGhostRecipe
- Overrides:
setupGhostRecipein classRecipeBookComponent
-
getFuelItems
-