Interface IRecipeTypeInfo
- All Known Implementing Classes:
AllRecipeTypes
public interface IRecipeTypeInfo
-
Method Details
-
getId
net.minecraft.resources.ResourceLocation getId() -
getSerializer
<T extends net.minecraft.world.item.crafting.RecipeSerializer<?>> T getSerializer() -
getType
<T extends net.minecraft.world.item.crafting.RecipeType<?>> T getType()
-