Package vazkii.botania.xplat
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(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)
-