Interface RecipeDisplayListener

All Known Implementing Classes:
AbstractFurnaceRecipeBookScreen, BlastFurnaceRecipeBookScreen, FurnaceRecipeBookScreen, RecipeBookWidget, SmokerRecipeBookScreen

@Environment(CLIENT)
public interface RecipeDisplayListener
Mappings:
Namespace Name
official dyi
intermediary net/minecraft/class_515
named net/minecraft/client/gui/screen/recipebook/RecipeDisplayListener
  • Method Summary

    Modifier and Type Method Description
    void onRecipesDisplayed​(List<Recipe<?>> recipes)  
  • Method Details

    • onRecipesDisplayed

      void onRecipesDisplayed​(List<Recipe<?>> recipes)
      Mappings:
      Namespace Name Mixin selector
      official a Ldyi;a(Ljava/util/List;)V
      intermediary method_2646 Lnet/minecraft/class_515;method_2646(Ljava/util/List;)V
      named onRecipesDisplayed Lnet/minecraft/client/gui/screen/recipebook/RecipeDisplayListener;onRecipesDisplayed(Ljava/util/List;)V