public class FakeRecipe
extends net.minecraftforge.registries.IForgeRegistryEntry.Impl<net.minecraft.item.crafting.IRecipe>
implements net.minecraft.item.crafting.IRecipe
Constructor and Description |
---|
FakeRecipe() |
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.InventoryCrafting inv) |
net.minecraft.item.ItemStack |
getRecipeOutput() |
boolean |
matches(net.minecraft.inventory.InventoryCrafting inv,
net.minecraft.world.World worldIn) |
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean canFit(int width, int height)
canFit
in interface net.minecraft.item.crafting.IRecipe
public net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inv)
getCraftingResult
in interface net.minecraft.item.crafting.IRecipe
public net.minecraft.item.ItemStack getRecipeOutput()
getRecipeOutput
in interface net.minecraft.item.crafting.IRecipe
public boolean matches(net.minecraft.inventory.InventoryCrafting inv, net.minecraft.world.World worldIn)
matches
in interface net.minecraft.item.crafting.IRecipe