static class RecipesBanners.RecipeAddPattern extends java.lang.Object implements IRecipe
| Modifier | Constructor and Description |
|---|---|
private |
RecipeAddPattern() |
| Modifier and Type | Method and Description |
|---|---|
private TileEntityBanner.EnumBannerPattern |
func_179533_c(InventoryCrafting p_179533_1_) |
ItemStack |
getCraftingResult(InventoryCrafting inv)
Returns an Item that is the result of this recipe
|
ItemStack |
getRecipeOutput() |
int |
getRecipeSize()
Returns the size of the recipe area
|
ItemStack[] |
getRemainingItems(InventoryCrafting inv) |
boolean |
matches(InventoryCrafting inv,
World worldIn)
Used to check if a recipe matches current crafting inventory
|
public boolean matches(InventoryCrafting inv, World worldIn)
IRecipepublic ItemStack getCraftingResult(InventoryCrafting inv)
IRecipegetCraftingResult in interface IRecipepublic int getRecipeSize()
IRecipegetRecipeSize in interface IRecipepublic ItemStack getRecipeOutput()
getRecipeOutput in interface IRecipepublic ItemStack[] getRemainingItems(InventoryCrafting inv)
getRemainingItems in interface IRecipeprivate TileEntityBanner.EnumBannerPattern func_179533_c(InventoryCrafting p_179533_1_)