private boolean |
ShapedRecipes.checkMatch(InventoryCrafting p_77573_1_,
int p_77573_2_,
int p_77573_3_,
boolean p_77573_4_) |
static IRecipe |
CraftingManager.findMatchingRecipe(InventoryCrafting craftMatrix,
World worldIn) |
static ItemStack |
CraftingManager.findMatchingResult(InventoryCrafting craftMatrix,
World worldIn) |
ItemStack |
RecipesMapCloning.getCraftingResult(InventoryCrafting inv) |
ItemStack |
RecipeBookCloning.getCraftingResult(InventoryCrafting inv) |
ItemStack |
RecipesBanners.RecipeAddPattern.getCraftingResult(InventoryCrafting inv) |
ItemStack |
RecipesBanners.RecipeDuplicatePattern.getCraftingResult(InventoryCrafting inv) |
ItemStack |
ShieldRecipes.Decoration.getCraftingResult(InventoryCrafting inv) |
ItemStack |
ShapedRecipes.getCraftingResult(InventoryCrafting inv) |
ItemStack |
ShapelessRecipes.getCraftingResult(InventoryCrafting inv) |
ItemStack |
ShulkerBoxRecipes.ShulkerBoxColoring.getCraftingResult(InventoryCrafting inv) |
ItemStack |
RecipesArmorDyes.getCraftingResult(InventoryCrafting inv) |
ItemStack |
RecipeRepairItem.getCraftingResult(InventoryCrafting inv) |
ItemStack |
RecipeTippedArrow.getCraftingResult(InventoryCrafting inv) |
ItemStack |
RecipesMapExtending.getCraftingResult(InventoryCrafting inv) |
ItemStack |
RecipeFireworks.getCraftingResult(InventoryCrafting inv) |
ItemStack |
IRecipe.getCraftingResult(InventoryCrafting inv) |
NonNullList<ItemStack> |
RecipesMapCloning.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
RecipeBookCloning.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
RecipesBanners.RecipeAddPattern.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
RecipesBanners.RecipeDuplicatePattern.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
ShieldRecipes.Decoration.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
ShapedRecipes.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
ShapelessRecipes.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
ShulkerBoxRecipes.ShulkerBoxColoring.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
RecipesArmorDyes.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
RecipeRepairItem.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
RecipeTippedArrow.getRemainingItems(InventoryCrafting inv) |
NonNullList<ItemStack> |
RecipeFireworks.getRemainingItems(InventoryCrafting inv) |
default NonNullList<ItemStack> |
IRecipe.getRemainingItems(InventoryCrafting inv) |
static NonNullList<ItemStack> |
CraftingManager.getRemainingItems(InventoryCrafting craftMatrix,
World worldIn) |
boolean |
RecipesMapCloning.matches(InventoryCrafting inv,
World worldIn) |
boolean |
RecipeBookCloning.matches(InventoryCrafting inv,
World worldIn) |
boolean |
RecipesBanners.RecipeAddPattern.matches(InventoryCrafting inv,
World worldIn) |
boolean |
RecipesBanners.RecipeDuplicatePattern.matches(InventoryCrafting inv,
World worldIn) |
boolean |
ShieldRecipes.Decoration.matches(InventoryCrafting inv,
World worldIn) |
boolean |
ShapedRecipes.matches(InventoryCrafting inv,
World worldIn) |
boolean |
ShapelessRecipes.matches(InventoryCrafting inv,
World worldIn) |
boolean |
ShulkerBoxRecipes.ShulkerBoxColoring.matches(InventoryCrafting inv,
World worldIn) |
boolean |
RecipesArmorDyes.matches(InventoryCrafting inv,
World worldIn) |
boolean |
RecipeRepairItem.matches(InventoryCrafting inv,
World worldIn) |
boolean |
RecipeTippedArrow.matches(InventoryCrafting inv,
World worldIn) |
boolean |
RecipesMapExtending.matches(InventoryCrafting inv,
World worldIn) |
boolean |
RecipeFireworks.matches(InventoryCrafting inv,
World worldIn) |
boolean |
IRecipe.matches(InventoryCrafting inv,
World worldIn) |
private BannerPattern |
RecipesBanners.RecipeAddPattern.matchPatterns(InventoryCrafting p_190933_1_) |