Class FurnaceRecipeBookScreen

All Implemented Interfaces:
Drawable, Element, Narratable, RecipeDisplayListener, Selectable, RecipeGridAligner<Ingredient>

@Environment(CLIENT) public class FurnaceRecipeBookScreen extends AbstractFurnaceRecipeBookScreen
Mappings:
Namespace Name
official esr
intermediary net/minecraft/class_3876
named net/minecraft/client/gui/screen/recipebook/FurnaceRecipeBookScreen
  • Field Details

    • TOGGLE_SMELTABLE_RECIPES_TEXT

      private static final Text TOGGLE_SMELTABLE_RECIPES_TEXT
      Mappings:
      Namespace Name Mixin selector
      official k Lesr;k:Lss;
      intermediary field_26596 Lnet/minecraft/class_3876;field_26596:Lnet/minecraft/class_2561;
      named TOGGLE_SMELTABLE_RECIPES_TEXT Lnet/minecraft/client/gui/screen/recipebook/FurnaceRecipeBookScreen;TOGGLE_SMELTABLE_RECIPES_TEXT:Lnet/minecraft/text/Text;
  • Constructor Details

    • FurnaceRecipeBookScreen

      public FurnaceRecipeBookScreen()
  • Method Details

    • getToggleCraftableButtonText

      protected Text getToggleCraftableButtonText()
      Overrides:
      getToggleCraftableButtonText in class RecipeBookWidget
      Mappings:
      Namespace Name Mixin selector
      official c Lesk;c()Lss;
      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

      protected Set<Item> getAllowedFuels()
      Specified by:
      getAllowedFuels in class AbstractFurnaceRecipeBookScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lesg;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;