Interface AssemblyRecipeImpl.Serializer.IFactory<T extends AssemblyRecipe>
- Enclosing class:
- AssemblyRecipeImpl.Serializer<T extends AssemblyRecipe>
public static interface AssemblyRecipeImpl.Serializer.IFactory<T extends AssemblyRecipe>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(net.minecraft.resources.ResourceLocation id, net.minecraft.world.item.crafting.Ingredient input, net.minecraft.world.item.ItemStack output, AssemblyRecipe.AssemblyProgramType program)
-
Method Details
-
create
T create(net.minecraft.resources.ResourceLocation id, @Nonnull net.minecraft.world.item.crafting.Ingredient input, @Nonnull net.minecraft.world.item.ItemStack output, AssemblyRecipe.AssemblyProgramType program)
-