Class SmokerRecipeBookScreen

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

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

    • TOGGLE_SMOKABLE_RECIPES_TEXT

      private static final Text TOGGLE_SMOKABLE_RECIPES_TEXT
      Mappings:
      Namespace Name Mixin selector
      named TOGGLE_SMOKABLE_RECIPES_TEXT Lnet/minecraft/client/gui/screen/recipebook/SmokerRecipeBookScreen;TOGGLE_SMOKABLE_RECIPES_TEXT:Lnet/minecraft/text/Text;
      intermediary field_26597 Lnet/minecraft/class_3877;field_26597:Lnet/minecraft/class_2561;
      official i Lfsi;i:Lwz;
  • Constructor Details

    • SmokerRecipeBookScreen

      public SmokerRecipeBookScreen()
  • Method Details

    • getToggleCraftableButtonText

      protected Text getToggleCraftableButtonText()
      Overrides:
      getToggleCraftableButtonText in class RecipeBookWidget
      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 c Lfsa;c()Lwz;
    • getAllowedFuels

      protected Set<Item> getAllowedFuels()
      Specified by:
      getAllowedFuels in class AbstractFurnaceRecipeBookScreen
      Mappings:
      Namespace Name Mixin selector
      named getAllowedFuels Lnet/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen;getAllowedFuels()Ljava/util/Set;
      intermediary method_17065 Lnet/minecraft/class_517;method_17065()Ljava/util/Set;
      official b Lfrw;b()Ljava/util/Set;