IRecipeWrapper
, IShapedCraftingRecipeWrapper
, or ICustomCraftingRecipeWrapper
@Deprecated public interface ICraftingRecipeWrapper extends IRecipeWrapper
IRecipeWrapper
to have your recipe wrapper work as part of the
VanillaRecipeCategoryUid.CRAFTING
recipe category as a shapeless recipe.
For shaped recipes, use IShapedCraftingRecipeWrapper
.
To override the category's behavior and set the recipe layout yourself, use ICustomCraftingRecipeWrapper
.
Modifier and Type | Method and Description |
---|---|
java.util.List |
getInputs()
Deprecated.
|
java.util.List<net.minecraft.item.ItemStack> |
getOutputs()
Deprecated.
|
drawAnimations, drawInfo, getFluidInputs, getFluidOutputs, getIngredients, getTooltipStrings, handleClick
@Deprecated java.util.List getInputs()
IRecipeWrapper
getInputs
in interface IRecipeWrapper
@Deprecated java.util.List<net.minecraft.item.ItemStack> getOutputs()
IRecipeWrapper
getOutputs
in interface IRecipeWrapper