Uses of Class
net.minecraft.inventory.CraftingInventory
Packages that use CraftingInventory
Package
Description
-
Uses of CraftingInventory in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return CraftingInventoryModifier and TypeMethodDescriptionprivate 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 CraftingInventoryModifier and TypeFieldDescriptionprivate final CraftingInventoryCraftingResultSlot.craftSlotsprivate final CraftingInventoryPlayerContainer.craftSlotsprivate final CraftingInventoryWorkbenchContainer.craftSlotsMethods in net.minecraft.inventory.container that return CraftingInventoryMethods in net.minecraft.inventory.container with parameters of type CraftingInventoryModifier and TypeMethodDescriptionprotected 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 CraftingInventoryModifier and TypeMethodDescriptionbooleanPlayerContainer.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 CraftingInventoryModifierConstructorDescriptionCraftingResultSlot(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 CraftingInventoryModifier and TypeMethodDescriptionArmorDyeRecipe.assemble(CraftingInventory p_77572_1_) BannerDuplicateRecipe.assemble(CraftingInventory p_77572_1_) BookCloningRecipe.assemble(CraftingInventory p_77572_1_) FireworkRocketRecipe.assemble(CraftingInventory p_77572_1_) FireworkStarFadeRecipe.assemble(CraftingInventory p_77572_1_) FireworkStarRecipe.assemble(CraftingInventory p_77572_1_) MapCloningRecipe.assemble(CraftingInventory p_77572_1_) MapExtendingRecipe.assemble(CraftingInventory p_77572_1_) RepairItemRecipe.assemble(CraftingInventory p_77572_1_) ShapedRecipe.assemble(CraftingInventory p_77572_1_) ShapelessRecipe.assemble(CraftingInventory p_77572_1_) ShieldRecipes.assemble(CraftingInventory p_77572_1_) ShulkerBoxColoringRecipe.assemble(CraftingInventory p_77572_1_) SuspiciousStewRecipe.assemble(CraftingInventory p_77572_1_) TippedArrowRecipe.assemble(CraftingInventory p_77572_1_) BannerDuplicateRecipe.getRemainingItems(CraftingInventory p_179532_1_) 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 CraftingInventoryModifier and TypeMethodDescriptionIRecipeContainer.getCraftMatrix()The crafting matrix of your container, where ingredients go for crafting.