Uses of Class
net.minecraft.inventory.CraftingInventory
Package
Description
-
Uses of CraftingInventory in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionprivate static CraftingInventory
SheepEntity.makeContainer
(DyeColor p_213611_0_, DyeColor p_213611_1_) -
Uses of CraftingInventory in net.minecraft.inventory.container
Modifier and TypeFieldDescriptionprivate final CraftingInventory
CraftingResultSlot.craftSlots
private final CraftingInventory
PlayerContainer.craftSlots
private final CraftingInventory
WorkbenchContainer.craftSlots
Modifier 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_) Modifier and TypeMethodDescriptionboolean
PlayerContainer.recipeMatches
(IRecipe<? super CraftingInventory> p_201769_1_) boolean
WorkbenchContainer.recipeMatches
(IRecipe<? super CraftingInventory> p_201769_1_) ModifierConstructorDescriptionCraftingResultSlot
(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
Modifier 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
Modifier and TypeMethodDescriptionIRecipeContainer.getCraftMatrix()
The crafting matrix of your container, where ingredients go for crafting.