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 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 CraftingInventoryModifier and TypeFieldDescriptionprivate final CraftingInventory
CraftingResultSlot.craftSlots
private final CraftingInventory
PlayerContainer.craftSlots
private final CraftingInventory
WorkbenchContainer.craftSlots
Methods in net.minecraft.inventory.container that return CraftingInventoryMethods in net.minecraft.inventory.container with parameters of type CraftingInventoryModifier and TypeMethodDescriptionprotected 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 CraftingInventoryModifier and TypeMethodDescriptionboolean
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 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_) 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 CraftingInventoryModifier and TypeMethodDescriptionIRecipeContainer.getCraftMatrix()
The crafting matrix of your container, where ingredients go for crafting.