Uses of Interface
net.minecraft.world.inventory.CraftingContainer
Packages that use CraftingContainer
Package
Description
-
Uses of CraftingContainer in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal that return CraftingContainerModifier and TypeMethodDescriptionprivate static CraftingContainer
Sheep.makeContainer
(DyeColor p_29832_, DyeColor p_29833_) -
Uses of CraftingContainer in net.minecraft.world.inventory
Classes in net.minecraft.world.inventory that implement CraftingContainerFields in net.minecraft.world.inventory declared as CraftingContainerModifier and TypeFieldDescriptionprivate final CraftingContainer
CrafterMenu.container
private final CraftingContainer
CraftingMenu.craftSlots
private final CraftingContainer
InventoryMenu.craftSlots
private final CraftingContainer
ResultSlot.craftSlots
Methods in net.minecraft.world.inventory that return CraftingContainerMethods in net.minecraft.world.inventory with parameters of type CraftingContainerModifier and TypeMethodDescriptionprotected static void
CraftingMenu.slotChangedCraftingGrid
(AbstractContainerMenu p_150547_, Level p_150548_, Player p_150549_, CraftingContainer p_150550_, ResultContainer p_150551_) Method parameters in net.minecraft.world.inventory with type arguments of type CraftingContainerModifier and TypeMethodDescriptionboolean
CraftingMenu.recipeMatches
(RecipeHolder<? extends Recipe<CraftingContainer>> p_300858_) boolean
InventoryMenu.recipeMatches
(RecipeHolder<? extends Recipe<CraftingContainer>> p_300901_) Constructors in net.minecraft.world.inventory with parameters of type CraftingContainerModifierConstructorDescriptionCrafterMenu
(int p_307363_, Inventory p_307517_, CraftingContainer p_307449_, ContainerData p_307285_) ResultSlot
(Player p_40166_, CraftingContainer p_40167_, Container p_40168_, int p_40169_, int p_40170_, int p_40171_) -
Uses of CraftingContainer in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type CraftingContainerModifier and TypeMethodDescriptionArmorDyeRecipe.assemble
(CraftingContainer p_43767_, HolderLookup.Provider p_335722_) BannerDuplicateRecipe.assemble
(CraftingContainer p_43783_, HolderLookup.Provider p_335574_) BookCloningRecipe.assemble
(CraftingContainer p_43812_, HolderLookup.Provider p_335702_) DecoratedPotRecipe.assemble
(CraftingContainer p_272861_, HolderLookup.Provider p_335840_) FireworkRocketRecipe.assemble
(CraftingContainer p_43852_, HolderLookup.Provider p_335560_) FireworkStarFadeRecipe.assemble
(CraftingContainer p_43871_, HolderLookup.Provider p_335705_) FireworkStarRecipe.assemble
(CraftingContainer p_43893_, HolderLookup.Provider p_335498_) MapCloningRecipe.assemble
(CraftingContainer p_43978_, HolderLookup.Provider p_335660_) MapExtendingRecipe.assemble
(CraftingContainer p_43991_, HolderLookup.Provider p_335958_) RepairItemRecipe.assemble
(CraftingContainer p_335863_, HolderLookup.Provider p_335610_) ShapedRecipe.assemble
(CraftingContainer p_266686_, HolderLookup.Provider p_335688_) ShapelessRecipe.assemble
(CraftingContainer p_44260_, HolderLookup.Provider p_335725_) ShieldDecorationRecipe.assemble
(CraftingContainer p_44306_, HolderLookup.Provider p_335895_) ShulkerBoxColoring.assemble
(CraftingContainer p_44322_, HolderLookup.Provider p_335717_) SuspiciousStewRecipe.assemble
(CraftingContainer p_44497_, HolderLookup.Provider p_336034_) TippedArrowRecipe.assemble
(CraftingContainer p_44513_, HolderLookup.Provider p_335397_) private Optional
<RecipeHolder<CraftingRecipe>> RecipeCache.compute
(CraftingContainer p_307329_, Level p_307202_) private static ItemStack
MapExtendingRecipe.findFilledMap
(CraftingContainer p_279436_) RecipeCache.get
(Level p_307315_, CraftingContainer p_307684_) RepairItemRecipe.getItemsToCombine
(CraftingContainer p_335540_) BannerDuplicateRecipe.getRemainingItems
(CraftingContainer p_43791_) BookCloningRecipe.getRemainingItems
(CraftingContainer p_43820_) boolean
ArmorDyeRecipe.matches
(CraftingContainer p_43769_, Level p_43770_) boolean
BannerDuplicateRecipe.matches
(CraftingContainer p_43785_, Level p_43786_) boolean
BookCloningRecipe.matches
(CraftingContainer p_43814_, Level p_43815_) boolean
DecoratedPotRecipe.matches
(CraftingContainer p_272882_, Level p_272812_) boolean
FireworkRocketRecipe.matches
(CraftingContainer p_43854_, Level p_43855_) boolean
FireworkStarFadeRecipe.matches
(CraftingContainer p_43873_, Level p_43874_) boolean
FireworkStarRecipe.matches
(CraftingContainer p_43895_, Level p_43896_) boolean
MapCloningRecipe.matches
(CraftingContainer p_43980_, Level p_43981_) boolean
MapExtendingRecipe.matches
(CraftingContainer p_43993_, Level p_43994_) boolean
RepairItemRecipe.matches
(CraftingContainer p_44138_, Level p_44139_) boolean
ShapedRecipe.matches
(CraftingContainer p_44176_, Level p_44177_) boolean
ShapedRecipePattern.matches
(CraftingContainer p_311919_) private boolean
ShapedRecipePattern.matches
(CraftingContainer p_312113_, int p_312598_, int p_312930_, boolean p_312052_) boolean
ShapelessRecipe.matches
(CraftingContainer p_44262_, Level p_44263_) boolean
ShieldDecorationRecipe.matches
(CraftingContainer p_44308_, Level p_44309_) boolean
ShulkerBoxColoring.matches
(CraftingContainer p_44324_, Level p_44325_) boolean
SuspiciousStewRecipe.matches
(CraftingContainer p_44499_, Level p_44500_) boolean
TippedArrowRecipe.matches
(CraftingContainer p_44515_, Level p_44516_) -
Uses of CraftingContainer in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type CraftingContainerModifier and TypeMethodDescriptionstatic Optional
<RecipeHolder<CraftingRecipe>> CrafterBlock.getPotentialResults
(Level p_307625_, CraftingContainer p_307549_) -
Uses of CraftingContainer in net.minecraft.world.level.block.entity
Classes in net.minecraft.world.level.block.entity that implement CraftingContainer -
Uses of CraftingContainer in net.neoforged.neoforge.common.crafting
Methods in net.neoforged.neoforge.common.crafting that return CraftingContainerModifier and TypeMethodDescriptionIRecipeContainer.getCraftMatrix()
The crafting matrix of your container, where ingredients go for crafting.