public static class RecipesBanners.RecipeAddPattern extends IForgeRegistryEntry.Impl<IRecipe> implements IRecipe
IForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>
delegate
Constructor and Description |
---|
RecipeAddPattern() |
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
ItemStack |
getCraftingResult(InventoryCrafting inv) |
ItemStack |
getRecipeOutput() |
NonNullList<ItemStack> |
getRemainingItems(InventoryCrafting inv) |
boolean |
isDynamic() |
boolean |
matches(InventoryCrafting inv,
World worldIn) |
private BannerPattern |
matchPatterns(InventoryCrafting p_190933_1_) |
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGroup, getIngredients
getRegistryName, getRegistryType, setRegistryName
public boolean matches(InventoryCrafting inv, World worldIn)
public ItemStack getCraftingResult(InventoryCrafting inv)
getCraftingResult
in interface IRecipe
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
public NonNullList<ItemStack> getRemainingItems(InventoryCrafting inv)
getRemainingItems
in interface IRecipe
@Nullable private BannerPattern matchPatterns(InventoryCrafting p_190933_1_)