public class BCRecipeShapeless
extends net.minecraftforge.oredict.ShapelessOreRecipe
Constructor and Description |
---|
BCRecipeShapeless(net.minecraft.util.ResourceLocation group,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> input,
net.minecraft.item.ItemStack result,
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, factory, getCraftingResult, getGroup, getRecipeOutput
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
public BCRecipeShapeless(net.minecraft.util.ResourceLocation group, net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> input, @Nonnull net.minecraft.item.ItemStack result, 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.ShapelessOreRecipe
@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.ShapelessOreRecipe
public boolean isDynamic()