Interface ServerRecipeBook.DisplayCollector

Enclosing class:
ServerRecipeBook
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ServerRecipeBook.DisplayCollector
Mappings:
Namespace Name
named net/minecraft/server/network/ServerRecipeBook$DisplayCollector
intermediary net/minecraft/class_3441$class_10271
official axk$a
  • Method Details

    • displaysForRecipe

      void displaysForRecipe(RegistryKey<Recipe<?>> recipeKey, Consumer<RecipeDisplayEntry> adder)
      Mappings:
      Namespace Name Mixin selector
      named displaysForRecipe Lnet/minecraft/server/network/ServerRecipeBook$DisplayCollector;displaysForRecipe(Lnet/minecraft/registry/RegistryKey;Ljava/util/function/Consumer;)V
      intermediary displaysForRecipe Lnet/minecraft/class_3441$class_10271;displaysForRecipe(Lnet/minecraft/class_5321;Ljava/util/function/Consumer;)V
      official displaysForRecipe Laxk$a;displaysForRecipe(Laly;Ljava/util/function/Consumer;)V