Interface IRecipeTypeInfo

All Known Implementing Classes:
AllRecipeTypes

public interface IRecipeTypeInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     
    <T extends net.minecraft.world.item.crafting.RecipeSerializer<?>>
    T
     
    <T extends net.minecraft.world.item.crafting.RecipeType<?>>
    T
     
  • 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()