Uses of Class
net.minecraft.inventory.CraftingInventory
-
Packages that use CraftingInventory Package Description net.minecraft.entity.passive net.minecraft.inventory.container net.minecraft.item.crafting net.minecraftforge.common.crafting -
-
Uses of CraftingInventory in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return CraftingInventory Modifier and Type Method Description private static CraftingInventory
SheepEntity. makeContainer(DyeColor p_213611_0_, DyeColor p_213611_1_)
-
Uses of CraftingInventory in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as CraftingInventory Modifier and Type Field Description private CraftingInventory
CraftingResultSlot. craftSlots
private CraftingInventory
PlayerContainer. craftSlots
private CraftingInventory
WorkbenchContainer. craftSlots
Methods in net.minecraft.inventory.container that return CraftingInventory Modifier and Type Method Description CraftingInventory
PlayerContainer. getCraftSlots()
Methods in net.minecraft.inventory.container with parameters of type CraftingInventory Modifier and Type Method Description protected static void
WorkbenchContainer. slotChangedCraftingGrid(int p_217066_0_, World p_217066_1_, PlayerEntity p_217066_2_, CraftingInventory p_217066_3_, CraftResultInventory p_217066_4_)
Method parameters in net.minecraft.inventory.container with type arguments of type CraftingInventory Modifier and Type Method Description boolean
PlayerContainer. recipeMatches(IRecipe<? super CraftingInventory> p_201769_1_)
boolean
WorkbenchContainer. recipeMatches(IRecipe<? super CraftingInventory> p_201769_1_)
Constructors in net.minecraft.inventory.container with parameters of type CraftingInventory Constructor Description CraftingResultSlot(PlayerEntity p_i45790_1_, CraftingInventory p_i45790_2_, IInventory p_i45790_3_, int p_i45790_4_, int p_i45790_5_, int p_i45790_6_)
-
Uses of CraftingInventory in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting with parameters of type CraftingInventory Modifier and Type Method Description ItemStack
ArmorDyeRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
BannerDuplicateRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
BookCloningRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
FireworkRocketRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
FireworkStarFadeRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
FireworkStarRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
MapCloningRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
MapExtendingRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
RepairItemRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
ShapedRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
ShapelessRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
ShieldRecipes. assemble(CraftingInventory p_77572_1_)
ItemStack
ShulkerBoxColoringRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
SuspiciousStewRecipe. assemble(CraftingInventory p_77572_1_)
ItemStack
TippedArrowRecipe. assemble(CraftingInventory p_77572_1_)
NonNullList<ItemStack>
BannerDuplicateRecipe. getRemainingItems(CraftingInventory p_179532_1_)
NonNullList<ItemStack>
BookCloningRecipe. getRemainingItems(CraftingInventory p_179532_1_)
boolean
ArmorDyeRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
BannerDuplicateRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
BookCloningRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
FireworkRocketRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
FireworkStarFadeRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
FireworkStarRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
MapCloningRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
MapExtendingRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
RepairItemRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
private boolean
ShapedRecipe. matches(CraftingInventory p_77573_1_, int p_77573_2_, int p_77573_3_, boolean p_77573_4_)
boolean
ShapedRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
ShapelessRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
ShieldRecipes. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
ShulkerBoxColoringRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
SuspiciousStewRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
boolean
TippedArrowRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)
-
Uses of CraftingInventory in net.minecraftforge.common.crafting
Methods in net.minecraftforge.common.crafting that return CraftingInventory Modifier and Type Method Description CraftingInventory
IRecipeContainer. getCraftMatrix()
The crafting matrix of your container, where ingredients go for crafting.
-