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, setRegistryNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean canFit(int width,
int height)
canFit in interface net.minecraft.item.crafting.IRecipepublic net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inv)
getCraftingResult in interface net.minecraft.item.crafting.IRecipepublic net.minecraft.item.ItemStack getRecipeOutput()
getRecipeOutput in interface net.minecraft.item.crafting.IRecipepublic boolean matches(net.minecraft.inventory.InventoryCrafting inv,
net.minecraft.world.World worldIn)
matches in interface net.minecraft.item.crafting.IRecipe