public class ShapelessRecipeOre
extends net.minecraftforge.oredict.ShapelessOreRecipe
implements crafttweaker.api.recipes.IMTRecipe
Constructor and Description |
---|
ShapelessRecipeOre(net.minecraft.util.ResourceLocation group,
java.lang.Object[] ingredients,
crafttweaker.api.recipes.ShapelessRecipe 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, factory, getGroup, getIngredients, getRecipeOutput
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
public ShapelessRecipeOre(net.minecraft.util.ResourceLocation group, java.lang.Object[] ingredients, crafttweaker.api.recipes.ShapelessRecipe 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.ShapelessOreRecipe
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.ShapelessOreRecipe
public crafttweaker.api.recipes.ICraftingRecipe getRecipe()
getRecipe
in interface crafttweaker.api.recipes.IMTRecipe