@Deprecated
public class ShapelessRecipeAdvanced
extends net.minecraftforge.registries.IForgeRegistryEntry.Impl<net.minecraft.item.crafting.IRecipe>
implements net.minecraft.item.crafting.IRecipe, crafttweaker.api.recipes.IMTRecipe
Constructor and Description |
---|
ShapelessRecipeAdvanced(crafttweaker.api.recipes.ShapelessRecipe recipe)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int x,
int y)
Deprecated.
|
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.InventoryCrafting inventory)
Deprecated.
|
crafttweaker.api.recipes.ICraftingRecipe |
getRecipe()
Deprecated.
|
net.minecraft.item.ItemStack |
getRecipeOutput()
Deprecated.
|
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
getRemainingItems(net.minecraft.inventory.InventoryCrafting inv)
Deprecated.
|
boolean |
matches(net.minecraft.inventory.InventoryCrafting inventory,
net.minecraft.world.World world)
Deprecated.
|
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShapelessRecipeAdvanced(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
public net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inventory)
getCraftingResult
in interface net.minecraft.item.crafting.IRecipe
public boolean canFit(int x, int y)
canFit
in interface net.minecraft.item.crafting.IRecipe
public net.minecraft.item.ItemStack getRecipeOutput()
getRecipeOutput
in interface net.minecraft.item.crafting.IRecipe
public net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> getRemainingItems(net.minecraft.inventory.InventoryCrafting inv)
getRemainingItems
in interface net.minecraft.item.crafting.IRecipe
public crafttweaker.api.recipes.ICraftingRecipe getRecipe()
getRecipe
in interface crafttweaker.api.recipes.IMTRecipe