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 dck$c
  • Method Summary

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

    • apply

      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 Ldck$c;apply(Ldcd;)Ljava/util/Optional;