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