Class AbstractFurnaceRecipeBookScreen

java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookWidget<AbstractFurnaceScreenHandler>
net.minecraft.client.gui.screen.recipebook.AbstractFurnaceRecipeBookScreen
All Implemented Interfaces:
Drawable, Element, Narratable, Navigable, RecipeDisplayListener, Selectable

@Environment(CLIENT) public class AbstractFurnaceRecipeBookScreen extends RecipeBookWidget<AbstractFurnaceScreenHandler>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen
intermediary net/minecraft/class_517
official ftm
  • Field Details

    • TEXTURES

      private static final ButtonTextures TEXTURES
      Mappings:
      Namespace Name Mixin selector
      named TEXTURES Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;TEXTURES:Lnet/minecraft/client/gui/screen/ButtonTextures;
      intermediary field_45540 Lnet/minecraft/class_517;field_45540:Lnet/minecraft/class_8666;
      official h Lftm;h:Lfln;
    • field_52826

      private final Text field_52826
      Mappings:
      Namespace Name Mixin selector
      named field_52826 Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;field_52826:Lnet/minecraft/text/Text;
      intermediary field_52826 Lnet/minecraft/class_517;field_52826:Lnet/minecraft/class_2561;
      official i Lftm;i:Lxd;
    • fuels

      Mappings:
      Namespace Name Mixin selector
      named fuels Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;fuels:Ljava/util/List;
      intermediary field_3149 Lnet/minecraft/class_517;field_3149:Ljava/util/List;
      official j Lftm;j:Ljava/util/List;
  • Constructor Details

    • AbstractFurnaceRecipeBookScreen

      public AbstractFurnaceRecipeBookScreen(AbstractFurnaceScreenHandler screenHandler, Text text)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;<init>(Lnet/minecraft/screen/AbstractFurnaceScreenHandler;Lnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_517;<init>(Lnet/minecraft/class_1720;Lnet/minecraft/class_2561;)V
      official <init> Lftm;<init>(Lcqs;Lxd;)V
  • Method Details

    • setBookButtonTexture

      protected void setBookButtonTexture()
      Specified by:
      setBookButtonTexture in class RecipeBookWidget<AbstractFurnaceScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named setBookButtonTexture Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;setBookButtonTexture()V
      intermediary method_2585 Lnet/minecraft/class_507;method_2585()V
      official a Lftp;a()V
    • isValid

      protected boolean isValid(Slot slot)
      Specified by:
      isValid in class RecipeBookWidget<AbstractFurnaceScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named isValid Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;isValid(Lnet/minecraft/screen/slot/Slot;)Z
      intermediary method_62023 Lnet/minecraft/class_507;method_62023(Lnet/minecraft/class_1735;)Z
      official a Lftp;a(Lcsn;)Z
    • showGhostRecipe

      protected void showGhostRecipe(GhostRecipe ghostRecipe, RecipeEntry<?> entry)
      Specified by:
      showGhostRecipe in class RecipeBookWidget<AbstractFurnaceScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named showGhostRecipe Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;showGhostRecipe(Lnet/minecraft/screen/GhostRecipe;Lnet/minecraft/recipe/RecipeEntry;)V
      intermediary method_2596 Lnet/minecraft/class_507;method_2596(Lnet/minecraft/class_9934;Lnet/minecraft/class_8786;)V
      official a Lftp;a(Lftn;Lczv;)V
    • getAllowedFuels

      private SequencedSet<Item> getAllowedFuels(FuelRegistry fuelRegistry)
      Mappings:
      Namespace Name Mixin selector
      named getAllowedFuels Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;getAllowedFuels(Lnet/minecraft/item/FuelRegistry;)Ljava/util/SequencedSet;
      intermediary method_17065 Lnet/minecraft/class_517;method_17065(Lnet/minecraft/class_9895;)Ljava/util/SequencedSet;
      official a Lftm;a(Ldsb;)Ljava/util/SequencedSet;
    • getToggleCraftableButtonText

      protected Text getToggleCraftableButtonText()
      Specified by:
      getToggleCraftableButtonText in class RecipeBookWidget<AbstractFurnaceScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named getToggleCraftableButtonText Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;getToggleCraftableButtonText()Lnet/minecraft/text/Text;
      intermediary method_17064 Lnet/minecraft/class_507;method_17064()Lnet/minecraft/class_2561;
      official b Lftp;b()Lxd;
    • method_62024

      protected void method_62024(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder, RecipeBook recipeBook)
      Specified by:
      method_62024 in class RecipeBookWidget<AbstractFurnaceScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named method_62024 Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;method_62024(Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;Lnet/minecraft/recipe/RecipeFinder;Lnet/minecraft/recipe/book/RecipeBook;)V
      intermediary method_62024 Lnet/minecraft/class_507;method_62024(Lnet/minecraft/class_516;Lnet/minecraft/class_9875;Lnet/minecraft/class_3439;)V
      official a Lftp;a(Lftt;Lcnu;Lawg;)V