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 CraftingInventorySheepEntity. 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 CraftingInventoryCraftingResultSlot. craftSlotsprivate CraftingInventoryPlayerContainer. craftSlotsprivate CraftingInventoryWorkbenchContainer. craftSlotsMethods in net.minecraft.inventory.container that return CraftingInventory Modifier and Type Method Description CraftingInventoryPlayerContainer. getCraftSlots()Methods in net.minecraft.inventory.container with parameters of type CraftingInventory Modifier and Type Method Description protected static voidWorkbenchContainer. 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 booleanPlayerContainer. recipeMatches(IRecipe<? super CraftingInventory> p_201769_1_)booleanWorkbenchContainer. 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 ItemStackArmorDyeRecipe. assemble(CraftingInventory p_77572_1_)ItemStackBannerDuplicateRecipe. assemble(CraftingInventory p_77572_1_)ItemStackBookCloningRecipe. assemble(CraftingInventory p_77572_1_)ItemStackFireworkRocketRecipe. assemble(CraftingInventory p_77572_1_)ItemStackFireworkStarFadeRecipe. assemble(CraftingInventory p_77572_1_)ItemStackFireworkStarRecipe. assemble(CraftingInventory p_77572_1_)ItemStackMapCloningRecipe. assemble(CraftingInventory p_77572_1_)ItemStackMapExtendingRecipe. assemble(CraftingInventory p_77572_1_)ItemStackRepairItemRecipe. assemble(CraftingInventory p_77572_1_)ItemStackShapedRecipe. assemble(CraftingInventory p_77572_1_)ItemStackShapelessRecipe. assemble(CraftingInventory p_77572_1_)ItemStackShieldRecipes. assemble(CraftingInventory p_77572_1_)ItemStackShulkerBoxColoringRecipe. assemble(CraftingInventory p_77572_1_)ItemStackSuspiciousStewRecipe. assemble(CraftingInventory p_77572_1_)ItemStackTippedArrowRecipe. assemble(CraftingInventory p_77572_1_)NonNullList<ItemStack>BannerDuplicateRecipe. getRemainingItems(CraftingInventory p_179532_1_)NonNullList<ItemStack>BookCloningRecipe. getRemainingItems(CraftingInventory p_179532_1_)booleanArmorDyeRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanBannerDuplicateRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanBookCloningRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanFireworkRocketRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanFireworkStarFadeRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanFireworkStarRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanMapCloningRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanMapExtendingRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanRepairItemRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)private booleanShapedRecipe. matches(CraftingInventory p_77573_1_, int p_77573_2_, int p_77573_3_, boolean p_77573_4_)booleanShapedRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanShapelessRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanShieldRecipes. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanShulkerBoxColoringRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanSuspiciousStewRecipe. matches(CraftingInventory p_77569_1_, World p_77569_2_)booleanTippedArrowRecipe. 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 CraftingInventoryIRecipeContainer. getCraftMatrix()The crafting matrix of your container, where ingredients go for crafting.
-