@Deprecated
public class ShapedRecipeBasic
extends net.minecraft.item.crafting.ShapedRecipes
implements crafttweaker.api.recipes.IMTRecipe
| Constructor and Description |
|---|
ShapedRecipeBasic(java.lang.String name,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> basicInputs,
crafttweaker.api.recipes.ShapedRecipe recipe)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.InventoryCrafting inventory)
Deprecated.
|
crafttweaker.api.recipes.ICraftingRecipe |
getRecipe()
Deprecated.
|
boolean |
matches(net.minecraft.inventory.InventoryCrafting inventory,
net.minecraft.world.World world)
Deprecated.
|
canFit, deserialize, deserializeIngredient, deserializeItem, getGroup, getHeight, getIngredients, getRecipeHeight, getRecipeOutput, getRecipeWidth, getRemainingItems, getWidthgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNamepublic ShapedRecipeBasic(java.lang.String name,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> basicInputs,
crafttweaker.api.recipes.ShapedRecipe recipe)
public boolean matches(net.minecraft.inventory.InventoryCrafting inventory,
net.minecraft.world.World world)
matches in interface net.minecraft.item.crafting.IRecipematches in class net.minecraft.item.crafting.ShapedRecipespublic net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inventory)
getCraftingResult in interface net.minecraft.item.crafting.IRecipegetCraftingResult in class net.minecraft.item.crafting.ShapedRecipespublic crafttweaker.api.recipes.ICraftingRecipe getRecipe()
getRecipe in interface crafttweaker.api.recipes.IMTRecipe