Class AbstractFurnaceRecipeBookScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
net.minecraft.client.gui.screen.recipebook.AbstractFurnaceRecipeBookScreen
- All Implemented Interfaces:
class_6379,class_6383,Drawable,Element,RecipeDisplayListener,RecipeGridAligner<Ingredient>
- Direct Known Subclasses:
BlastFurnaceRecipeBookScreen,FurnaceRecipeBookScreen,SmokerRecipeBookScreen
- Mappings:
Namespace Name official ecuintermediary net/minecraft/class_517named net/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_6379
class_6379.class_6380 -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
client, craftingScreenHandler, field_32408, field_32409, ghostSlots, TEXTURE, toggleCraftableButtonFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidshowGhostRecipe(Recipe<?> recipe, List<Slot> slots)voidslotClicked(@Nullable Slot slot)Methods inherited from class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
acceptAlignedInput, changeFocus, charTyped, close, drawGhostSlots, drawTooltip, findLeftEdge, getToggleCraftableButtonText, initialize, isClickOutsideBounds, isMouseOver, isOpen, keyPressed, keyReleased, method_37018, method_37020, mouseClicked, onRecipesDisplayed, refresh, render, reset, sendBookDataPacket, setOpen, toggleOpen, updateMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithShadow, fill, fillGradient, 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, mouseScrolledMethods inherited from interface net.minecraft.recipe.RecipeGridAligner
alignRecipeToGrid
-
Field Details
-
fuels
- Mappings:
Namespace Name Mixin selector official kLecu;k:Lbso;intermediary field_3149Lnet/minecraft/class_517;field_3149:Lnet/minecraft/class_1856;named fuelsLnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;fuels:Lnet/minecraft/recipe/Ingredient;
-
-
Constructor Details
-
AbstractFurnaceRecipeBookScreen
public AbstractFurnaceRecipeBookScreen()
-
-
Method Details
-
setBookButtonTexture
protected void setBookButtonTexture()- Overrides:
setBookButtonTexturein classRecipeBookWidget- Mappings:
Namespace Name Mixin selector official aLecy;a()Vintermediary method_2585Lnet/minecraft/class_507;method_2585()Vnamed setBookButtonTextureLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;setBookButtonTexture()V
-
slotClicked
- Overrides:
slotClickedin classRecipeBookWidget- Mappings:
Namespace Name Mixin selector official aLecy;a(Lbnk;)Vintermediary method_2600Lnet/minecraft/class_507;method_2600(Lnet/minecraft/class_1735;)Vnamed slotClickedLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;slotClicked(Lnet/minecraft/screen/slot/Slot;)V
-
showGhostRecipe
- Overrides:
showGhostRecipein classRecipeBookWidget- Mappings:
Namespace Name Mixin selector official aLecy;a(Lbsr;Ljava/util/List;)Vintermediary method_2596Lnet/minecraft/class_507;method_2596(Lnet/minecraft/class_1860;Ljava/util/List;)Vnamed showGhostRecipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;showGhostRecipe(Lnet/minecraft/recipe/Recipe;Ljava/util/List;)V
-
getAllowedFuels
- Mappings:
Namespace Name Mixin selector official bLecu;b()Ljava/util/Set;intermediary method_17065Lnet/minecraft/class_517;method_17065()Ljava/util/Set;named getAllowedFuelsLnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;getAllowedFuels()Ljava/util/Set;
-