Interface ServerRecipeManager.SoleIngredientGetter

Enclosing class:
ServerRecipeManager
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 ServerRecipeManager.SoleIngredientGetter
Mappings:
Namespace Name
named net/minecraft/recipe/ServerRecipeManager$SoleIngredientGetter
intermediary net/minecraft/class_1863$class_10357
official dbm$c
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    apply(Recipe<?> recipe)
     
  • Method Details Link icon

    • apply Link icon

      Optional<Ingredient> apply(Recipe<?> recipe)
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/recipe/ServerRecipeManager$SoleIngredientGetter;apply(Lnet/minecraft/recipe/Recipe;)Ljava/util/Optional;
      intermediary apply Lnet/minecraft/class_1863$class_10357;apply(Lnet/minecraft/class_1860;)Ljava/util/Optional;
      official apply Ldbm$c;apply(Ldbf;)Ljava/util/Optional;