Interface RecipeBookProvider

All Known Implementing Classes:
AbstractFurnaceScreen, BlastFurnaceScreen, CraftingScreen, FurnaceScreen, InventoryScreen, SmokerScreen

@Environment(CLIENT) public interface RecipeBookProvider
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/recipebook/RecipeBookProvider
intermediary net/minecraft/class_518
official fsg
  • Method Details

    • refreshRecipeBook

      void refreshRecipeBook()
      Mappings:
      Namespace Name Mixin selector
      named refreshRecipeBook Lnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;refreshRecipeBook()V
      intermediary method_16891 Lnet/minecraft/class_518;method_16891()V
      official E Lfsg;E()V
    • getRecipeBookWidget

      RecipeBookWidget getRecipeBookWidget()
      Mappings:
      Namespace Name Mixin selector
      named getRecipeBookWidget Lnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;getRecipeBookWidget()Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;
      intermediary method_2659 Lnet/minecraft/class_518;method_2659()Lnet/minecraft/class_507;
      official F Lfsg;F()Lfsa;