Interface XplatAbstractions.RecipeAcceptor

Enclosing interface:
XplatAbstractions
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 XplatAbstractions.RecipeAcceptor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(net.minecraft.resources.ResourceLocation location, net.minecraft.world.item.crafting.Recipe<?> recipe, @Nullable net.minecraft.advancements.AdvancementHolder advancement)
     
  • Method Details

    • accept

      void accept(net.minecraft.resources.ResourceLocation location, net.minecraft.world.item.crafting.Recipe<?> recipe, @Nullable @Nullable net.minecraft.advancements.AdvancementHolder advancement)