Class BlastFurnaceRecipeBookScreen
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.BlastFurnaceRecipeBookScreen
- All Implemented Interfaces:
Drawable
,Element
,RecipeDisplayListener
,RecipeGridAligner<Ingredient>
@Environment(CLIENT) public class BlastFurnaceRecipeBookScreen extends AbstractFurnaceRecipeBookScreen
- Mappings:
Namespace Name official dya
intermediary net/minecraft/class_3875
named net/minecraft/client/gui/screen/recipebook/BlastFurnaceRecipeBookScreen
-
Field Summary
Fields Modifier and Type Field Description private static Text
TOGGLE_BLASTABLE_RECIPES_TEXT
Fields inherited from class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
client, craftingScreenHandler, ghostSlots, TEXTURE, toggleCraftableButton
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description BlastFurnaceRecipeBookScreen()
-
Method Summary
Modifier and Type Method Description protected Set<Item>
getAllowedFuels()
protected Text
getToggleCraftableButtonText()
Methods inherited from class net.minecraft.client.gui.screen.recipebook.AbstractFurnaceRecipeBookScreen
setBookButtonTexture, showGhostRecipe, slotClicked
Methods inherited from class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
acceptAlignedInput, changeFocus, charTyped, close, drawGhostSlots, drawTooltip, findLeftEdge, initialize, isClickOutsideBounds, isMouseOver, isOpen, keyPressed, keyReleased, mouseClicked, onRecipesDisplayed, refresh, render, reset, sendBookDataPacket, setOpen, toggleOpen, update
Methods 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, method_33284, setZOffset
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.Element
mouseDragged, mouseMoved, mouseReleased, mouseScrolled
Methods inherited from interface net.minecraft.recipe.RecipeGridAligner
alignRecipeToGrid
-
Field Details
-
TOGGLE_BLASTABLE_RECIPES_TEXT
- Mappings:
Namespace Name Mixin selector official i
Ldya;i:Loi;
intermediary field_26592
Lnet/minecraft/class_3875;field_26592:Lnet/minecraft/class_2561;
named TOGGLE_BLASTABLE_RECIPES_TEXT
Lnet/minecraft/client/gui/screen/recipebook/BlastFurnaceRecipeBookScreen;TOGGLE_BLASTABLE_RECIPES_TEXT:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
BlastFurnaceRecipeBookScreen
public BlastFurnaceRecipeBookScreen()
-
-
Method Details
-
getToggleCraftableButtonText
- Overrides:
getToggleCraftableButtonText
in classRecipeBookWidget
- Mappings:
Namespace Name Mixin selector official c
Ldyd;c()Loi;
intermediary method_17064
Lnet/minecraft/class_507;method_17064()Lnet/minecraft/class_2561;
named getToggleCraftableButtonText
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;getToggleCraftableButtonText()Lnet/minecraft/text/Text;
-
getAllowedFuels
- Specified by:
getAllowedFuels
in classAbstractFurnaceRecipeBookScreen
- Mappings:
Namespace Name Mixin selector official b
Ldxz;b()Ljava/util/Set;
intermediary method_17065
Lnet/minecraft/class_517;method_17065()Ljava/util/Set;
named getAllowedFuels
Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;getAllowedFuels()Ljava/util/Set;
-