Class AbstractFurnaceRecipeBookScreen
java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
net.minecraft.client.gui.screen.recipebook.AbstractFurnaceRecipeBookScreen
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,Navigable
,RecipeDisplayListener
,Selectable
,RecipeGridAligner<Ingredient>
- Direct Known Subclasses:
BlastFurnaceRecipeBookScreen
,FurnaceRecipeBookScreen
,SmokerRecipeBookScreen
- Mappings:
Namespace Name official fgl
intermediary net/minecraft/class_517
named net/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType
-
Field Summary
Modifier and TypeFieldDescriptionprivate @Nullable Ingredient
private static final ButtonTextures
Fields inherited from class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
BUTTON_TEXTURES, client, craftingScreenHandler, field_32408, field_32409, ghostSlots, TEXTURE, toggleCraftableButton
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
showGhostRecipe
(RecipeEntry<?> recipe, List<Slot> slots) void
slotClicked
(@Nullable Slot slot) Methods inherited from class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
acceptAlignedInput, appendNarrations, charTyped, drawGhostSlots, drawTooltip, findLeftEdge, getToggleCraftableButtonText, getType, initialize, isClickOutsideBounds, isFocused, isMouseOver, isOpen, keyPressed, keyReleased, mouseClicked, onRecipesDisplayed, refresh, render, reset, sendBookDataPacket, setFocused, setOpen, toggleOpen, update
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
getFocusedPath, getNavigationFocus, getNavigationPath, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.recipe.RecipeGridAligner
alignRecipeToGrid
Methods inherited from interface net.minecraft.client.gui.Selectable
isNarratable
-
Field Details
-
TEXTURES
- Mappings:
Namespace Name Mixin selector official i
Lfgl;i:Leyt;
intermediary field_45540
Lnet/minecraft/class_517;field_45540:Lnet/minecraft/class_8666;
named TEXTURES
Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;TEXTURES:Lnet/minecraft/client/gui/screen/ButtonTextures;
-
fuels
- Mappings:
Namespace Name Mixin selector official j
Lfgl;j:Lcpz;
intermediary field_3149
Lnet/minecraft/class_517;field_3149:Lnet/minecraft/class_1856;
named fuels
Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;fuels:Lnet/minecraft/recipe/Ingredient;
-
-
Constructor Details
-
AbstractFurnaceRecipeBookScreen
public AbstractFurnaceRecipeBookScreen()
-
-
Method Details
-
setBookButtonTexture
protected void setBookButtonTexture()- Overrides:
setBookButtonTexture
in classRecipeBookWidget
- Mappings:
Namespace Name Mixin selector official a
Lfgp;a()V
intermediary method_2585
Lnet/minecraft/class_507;method_2585()V
named setBookButtonTexture
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;setBookButtonTexture()V
-
slotClicked
- Overrides:
slotClicked
in classRecipeBookWidget
- Mappings:
Namespace Name Mixin selector official a
Lfgp;a(Lcjw;)V
intermediary method_2600
Lnet/minecraft/class_507;method_2600(Lnet/minecraft/class_1735;)V
named slotClicked
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;slotClicked(Lnet/minecraft/screen/slot/Slot;)V
-
showGhostRecipe
- Overrides:
showGhostRecipe
in classRecipeBookWidget
- Mappings:
Namespace Name Mixin selector official a
Lfgp;a(Lcqe;Ljava/util/List;)V
intermediary method_2596
Lnet/minecraft/class_507;method_2596(Lnet/minecraft/class_8786;Ljava/util/List;)V
named showGhostRecipe
Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;showGhostRecipe(Lnet/minecraft/recipe/RecipeEntry;Ljava/util/List;)V
-
getAllowedFuels
- Mappings:
Namespace Name Mixin selector official b
Lfgl;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;
-