Package com.blamejared.crafttweaker.api.recipe.manager.base


package com.blamejared.crafttweaker.api.recipe.manager.base
  • Interfaces
    Class
    Description
    ICookingRecipeManager<T extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
    Default interface for Registry based handlers as they can all remove recipes by ResourceLocation.
    IRecipeManager<T extends net.minecraft.world.item.crafting.Recipe<?>>
    Default interface for Registry based handlers as they can all remove recipes by ResourceLocation.