@Deprecated
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)
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, factory, getGroup, getIngredients, getRecipeOutputgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNamepublic 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.IRecipematches in class net.minecraftforge.oredict.ShapelessOreRecipepublic net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inventory)
getCraftingResult in interface net.minecraft.item.crafting.IRecipegetCraftingResult in class net.minecraftforge.oredict.ShapelessOreRecipepublic crafttweaker.api.recipes.ICraftingRecipe getRecipe()
getRecipe in interface crafttweaker.api.recipes.IMTRecipe