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 CraftingContainerSheep.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 CraftingContainerCrafterMenu.containerprivate final CraftingContainerCraftingMenu.craftSlotsprivate final CraftingContainerInventoryMenu.craftSlotsprivate final CraftingContainerResultSlot.craftSlotsMethods in net.minecraft.world.inventory that return CraftingContainerMethods in net.minecraft.world.inventory with parameters of type CraftingContainerModifier and TypeMethodDescriptionprotected static voidCraftingMenu.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 TypeMethodDescriptionbooleanCraftingMenu.recipeMatches(RecipeHolder<? extends Recipe<CraftingContainer>> p_300381_) booleanInventoryMenu.recipeMatches(RecipeHolder<? extends Recipe<CraftingContainer>> p_299815_) Constructors in net.minecraft.world.inventory with parameters of type CraftingContainerModifierConstructorDescriptionCrafterMenu(int p_312262_, Inventory p_309729_, CraftingContainer p_309543_, ContainerData p_312942_) 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_, RegistryAccess p_267017_) BannerDuplicateRecipe.assemble(CraftingContainer p_43783_, RegistryAccess p_267308_) BookCloningRecipe.assemble(CraftingContainer p_43812_, RegistryAccess p_267039_) DecoratedPotRecipe.assemble(CraftingContainer p_272861_, RegistryAccess p_273288_) FireworkRocketRecipe.assemble(CraftingContainer p_43852_, RegistryAccess p_266791_) FireworkStarFadeRecipe.assemble(CraftingContainer p_43871_, RegistryAccess p_266682_) FireworkStarRecipe.assemble(CraftingContainer p_43893_, RegistryAccess p_266692_) MapCloningRecipe.assemble(CraftingContainer p_43978_, RegistryAccess p_267299_) MapExtendingRecipe.assemble(CraftingContainer p_43991_, RegistryAccess p_266892_) RepairItemRecipe.assemble(CraftingContainer p_44136_, RegistryAccess p_267094_) ShapedRecipe.assemble(CraftingContainer p_266686_, RegistryAccess p_266725_) ShapelessRecipe.assemble(CraftingContainer p_44260_, RegistryAccess p_266797_) ShieldDecorationRecipe.assemble(CraftingContainer p_44306_, RegistryAccess p_267112_) ShulkerBoxColoring.assemble(CraftingContainer p_44322_, RegistryAccess p_266985_) SuspiciousStewRecipe.assemble(CraftingContainer p_44497_, RegistryAccess p_266871_) TippedArrowRecipe.assemble(CraftingContainer p_44513_, RegistryAccess p_267186_) private Optional<CraftingRecipe>RecipeCache.compute(CraftingContainer p_309716_, Level p_309968_) private static ItemStackMapExtendingRecipe.findFilledMap(CraftingContainer p_279436_) RecipeCache.get(Level p_311354_, CraftingContainer p_310846_) BannerDuplicateRecipe.getRemainingItems(CraftingContainer p_43791_) BookCloningRecipe.getRemainingItems(CraftingContainer p_43820_) booleanArmorDyeRecipe.matches(CraftingContainer p_43769_, Level p_43770_) booleanBannerDuplicateRecipe.matches(CraftingContainer p_43785_, Level p_43786_) booleanBookCloningRecipe.matches(CraftingContainer p_43814_, Level p_43815_) booleanDecoratedPotRecipe.matches(CraftingContainer p_272882_, Level p_272812_) booleanFireworkRocketRecipe.matches(CraftingContainer p_43854_, Level p_43855_) booleanFireworkStarFadeRecipe.matches(CraftingContainer p_43873_, Level p_43874_) booleanFireworkStarRecipe.matches(CraftingContainer p_43895_, Level p_43896_) booleanMapCloningRecipe.matches(CraftingContainer p_43980_, Level p_43981_) booleanMapExtendingRecipe.matches(CraftingContainer p_43993_, Level p_43994_) booleanRepairItemRecipe.matches(CraftingContainer p_44138_, Level p_44139_) booleanShapedRecipe.matches(CraftingContainer p_44176_, Level p_44177_) booleanShapedRecipePattern.matches(CraftingContainer p_310690_) private booleanShapedRecipePattern.matches(CraftingContainer p_313091_, int p_311269_, int p_310676_, boolean p_313153_) booleanShapelessRecipe.matches(CraftingContainer p_44262_, Level p_44263_) booleanShieldDecorationRecipe.matches(CraftingContainer p_44308_, Level p_44309_) booleanShulkerBoxColoring.matches(CraftingContainer p_44324_, Level p_44325_) booleanSuspiciousStewRecipe.matches(CraftingContainer p_44499_, Level p_44500_) booleanTippedArrowRecipe.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<CraftingRecipe>CrafterBlock.getPotentialResults(Level p_311236_, CraftingContainer p_311957_) -
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.minecraftforge.common.crafting
Classes in net.minecraftforge.common.crafting that implement CraftingContainerMethods in net.minecraftforge.common.crafting that return CraftingContainerModifier and TypeMethodDescriptionIRecipeContainer.getCraftMatrix()The crafting matrix of your container, where ingredients go for crafting.