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) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.InventoryCrafting inventory) |
crafttweaker.api.recipes.ICraftingRecipe |
getRecipe() |
boolean |
matches(net.minecraft.inventory.InventoryCrafting inventory,
net.minecraft.world.World world) |
canFit, deserialize, deserializeIngredient, deserializeItem, getGroup, getHeight, getIngredients, getRecipeHeight, getRecipeOutput, getRecipeWidth, getRemainingItems, getWidth
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
public 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.IRecipe
matches
in class net.minecraft.item.crafting.ShapedRecipes
public net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inventory)
getCraftingResult
in interface net.minecraft.item.crafting.IRecipe
getCraftingResult
in class net.minecraft.item.crafting.ShapedRecipes
public crafttweaker.api.recipes.ICraftingRecipe getRecipe()
getRecipe
in interface crafttweaker.api.recipes.IMTRecipe