Class BlastingRecipeBookComponent
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.screens.recipebook.RecipeBookComponent
net.minecraft.client.gui.screens.recipebook.AbstractFurnaceRecipeBookComponent
net.minecraft.client.gui.screens.recipebook.BlastingRecipeBookComponent
- All Implemented Interfaces:
GuiEventListener
,Renderable
,NarratableEntry
,NarrationSupplier
,RecipeShownListener
,PlaceRecipe<Ingredient>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screens.recipebook.RecipeBookComponent
filterButton, ghostRecipe, IMAGE_HEIGHT, IMAGE_WIDTH, menu, minecraft, RECIPE_BOOK_LOCATION
Fields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.gui.screens.recipebook.AbstractFurnaceRecipeBookComponent
initFilterButtonTextures, setupGhostRecipe, slotClicked
Methods inherited from class net.minecraft.client.gui.screens.recipebook.RecipeBookComponent
addItemToSlot, changeFocus, charTyped, hasClickedOutside, init, initVisuals, isMouseOver, isVisible, keyPressed, keyReleased, mouseClicked, narrationPriority, recipesShown, recipesUpdated, render, renderGhostRecipe, renderTooltip, sendUpdateSettings, setVisible, tick, toggleVisibility, updateNarration, updateScreenPosition
Methods inherited from class net.minecraft.client.gui.GuiComponent
blit, blit, blit, blit, blit, blitOutlineBlack, disableScissor, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, enableScissor, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseDragged, mouseMoved, mouseReleased, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.narration.NarratableEntry
isActive
Methods inherited from interface net.minecraft.recipebook.PlaceRecipe
placeRecipe
-
Field Details
-
FILTER_NAME
-
-
Constructor Details
-
BlastingRecipeBookComponent
public BlastingRecipeBookComponent()
-
-
Method Details
-
getRecipeFilterName
- Overrides:
getRecipeFilterName
in classRecipeBookComponent
-
getFuelItems
- Specified by:
getFuelItems
in classAbstractFurnaceRecipeBookComponent
-