Class BlastFurnaceRecipeGui
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.recipebook.RecipeBookGui
-
- net.minecraft.client.gui.recipebook.AbstractRecipeBookGui
-
- net.minecraft.client.gui.recipebook.BlastFurnaceRecipeGui
-
- All Implemented Interfaces:
IGuiEventListener
,IRenderable
,IRecipeUpdateListener
,IRecipePlacer<Ingredient>
public class BlastFurnaceRecipeGui extends AbstractRecipeBookGui
-
-
Field Summary
Fields Modifier and Type Field Description private static ITextComponent
FILTER_NAME
-
Fields inherited from class net.minecraft.client.gui.recipebook.RecipeBookGui
filterButton, ghostRecipe, menu, minecraft, RECIPE_BOOK_LOCATION
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description BlastFurnaceRecipeGui()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<Item>
getFuelItems()
protected ITextComponent
getRecipeFilterName()
-
Methods inherited from class net.minecraft.client.gui.recipebook.AbstractRecipeBookGui
initFilterButtonTextures, renderGhostRecipe, setupGhostRecipe, slotClicked
-
Methods inherited from class net.minecraft.client.gui.recipebook.RecipeBookGui
addItemToSlot, changeFocus, charTyped, hasClickedOutside, init, initVisuals, isMouseOver, isVisible, keyPressed, keyReleased, mouseClicked, recipesShown, recipesUpdated, removed, render, renderTooltip, sendUpdateSettings, setVisible, tick, toggleVisibility, updateScreenPosition
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, 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.IGuiEventListener
mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Methods inherited from interface net.minecraft.item.crafting.IRecipePlacer
placeRecipe
-
-
-
-
Field Detail
-
FILTER_NAME
private static final ITextComponent FILTER_NAME
-
-
Method Detail
-
getRecipeFilterName
protected ITextComponent getRecipeFilterName()
- Overrides:
getRecipeFilterName
in classRecipeBookGui
-
getFuelItems
protected java.util.Set<Item> getFuelItems()
- Specified by:
getFuelItems
in classAbstractRecipeBookGui
-
-