Package net.minecraft.item.crafting
Interface SingleItemRecipe.Serializer.IRecipeFactory<T extends SingleItemRecipe>
-
- Enclosing class:
- SingleItemRecipe.Serializer<T extends SingleItemRecipe>
static interface SingleItemRecipe.Serializer.IRecipeFactory<T extends SingleItemRecipe>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(ResourceLocation p_create_1_, java.lang.String p_create_2_, Ingredient p_create_3_, ItemStack p_create_4_)
-
-
-
Method Detail
-
create
T create(ResourceLocation p_create_1_, java.lang.String p_create_2_, Ingredient p_create_3_, ItemStack p_create_4_)
-
-