public class BCRecipeShaped
extends net.minecraftforge.oredict.ShapedOreRecipe
Constructor and Description |
---|
BCRecipeShaped(net.minecraft.util.ResourceLocation group,
net.minecraft.item.ItemStack result,
net.minecraftforge.common.crafting.CraftingHelper.ShapedPrimer primer,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> |
getIngredients() |
boolean |
isDynamic() |
boolean |
matches(net.minecraft.inventory.InventoryCrafting inventory,
net.minecraft.world.World world) |
canFit, checkMatch, factory, getCraftingResult, getGroup, getHeight, getRecipeHeight, getRecipeOutput, getRecipeWidth, getWidth, setMirrored
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
public BCRecipeShaped(net.minecraft.util.ResourceLocation group, @Nonnull net.minecraft.item.ItemStack result, net.minecraftforge.common.crafting.CraftingHelper.ShapedPrimer primer, boolean enabled)
public boolean matches(@Nonnull net.minecraft.inventory.InventoryCrafting inventory, @Nonnull net.minecraft.world.World world)
matches
in interface net.minecraft.item.crafting.IRecipe
matches
in class net.minecraftforge.oredict.ShapedOreRecipe
@Nonnull public net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> getIngredients()
getIngredients
in interface net.minecraft.item.crafting.IRecipe
getIngredients
in class net.minecraftforge.oredict.ShapedOreRecipe
public boolean isDynamic()