@Deprecated
public class ShapedRecipeOre
extends net.minecraftforge.oredict.ShapedOreRecipe
implements crafttweaker.api.recipes.IMTRecipe
| Constructor and Description |
|---|
ShapedRecipeOre(net.minecraft.util.ResourceLocation name,
java.lang.Object[] contents,
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.
|
net.minecraft.item.ItemStack |
getRecipeOutput()
Deprecated.
|
boolean |
matches(net.minecraft.inventory.InventoryCrafting inventory,
net.minecraft.world.World world)
Deprecated.
|
canFit, checkMatch, factory, getGroup, getHeight, getIngredients, getRecipeHeight, getRecipeWidth, getWidth, setMirroredgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNamepublic ShapedRecipeOre(net.minecraft.util.ResourceLocation name,
java.lang.Object[] contents,
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.minecraftforge.oredict.ShapedOreRecipepublic net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inventory)
getCraftingResult in interface net.minecraft.item.crafting.IRecipegetCraftingResult in class net.minecraftforge.oredict.ShapedOreRecipepublic net.minecraft.item.ItemStack getRecipeOutput()
getRecipeOutput in interface net.minecraft.item.crafting.IRecipegetRecipeOutput in class net.minecraftforge.oredict.ShapedOreRecipepublic crafttweaker.api.recipes.ICraftingRecipe getRecipe()
getRecipe in interface crafttweaker.api.recipes.IMTRecipe