@Deprecated
public class ShapelessRecipeBasic
extends net.minecraft.item.crafting.ShapelessRecipes
implements crafttweaker.api.recipes.IMTRecipe
Constructor and Description |
---|
ShapelessRecipeBasic(java.lang.String name,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> 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, deserialize, getGroup, getIngredients, getRecipeOutput, getRemainingItems
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
public ShapelessRecipeBasic(java.lang.String name, net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> 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.minecraft.item.crafting.ShapelessRecipes
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.ShapelessRecipes
public crafttweaker.api.recipes.ICraftingRecipe getRecipe()
getRecipe
in interface crafttweaker.api.recipes.IMTRecipe