Uses of Class
net.minecraft.world.inventory.CraftingContainer
Package
Description
-
Uses of CraftingContainer in net.minecraft.world.entity.animal
Modifier and TypeMethodDescriptionprivate static CraftingContainer
Sheep.makeContainer(DyeColor p_29832_, DyeColor p_29833_)
-
Uses of CraftingContainer in net.minecraft.world.inventory
Modifier and TypeFieldDescriptionprivate CraftingContainer
CraftingMenu.craftSlots
private CraftingContainer
InventoryMenu.craftSlots
private CraftingContainer
ResultSlot.craftSlots
Modifier and TypeMethodDescriptionprotected static void
CraftingMenu.slotChangedCraftingGrid(AbstractContainerMenu p_150547_, Level p_150548_, Player p_150549_, CraftingContainer p_150550_, ResultContainer p_150551_)
Modifier and TypeMethodDescriptionboolean
CraftingMenu.recipeMatches(Recipe<? super CraftingContainer> p_39384_)
boolean
InventoryMenu.recipeMatches(Recipe<? super CraftingContainer> p_39719_)
ModifierConstructorDescriptionResultSlot(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
Modifier and TypeMethodDescriptionArmorDyeRecipe.assemble(CraftingContainer p_43767_)
BannerDuplicateRecipe.assemble(CraftingContainer p_43783_)
BookCloningRecipe.assemble(CraftingContainer p_43812_)
FireworkRocketRecipe.assemble(CraftingContainer p_43852_)
FireworkStarFadeRecipe.assemble(CraftingContainer p_43871_)
FireworkStarRecipe.assemble(CraftingContainer p_43893_)
MapCloningRecipe.assemble(CraftingContainer p_43978_)
MapExtendingRecipe.assemble(CraftingContainer p_43991_)
RepairItemRecipe.assemble(CraftingContainer p_44136_)
ShapedRecipe.assemble(CraftingContainer p_44169_)
ShapelessRecipe.assemble(CraftingContainer p_44260_)
ShieldDecorationRecipe.assemble(CraftingContainer p_44306_)
ShulkerBoxColoring.assemble(CraftingContainer p_44322_)
SuspiciousStewRecipe.assemble(CraftingContainer p_44497_)
TippedArrowRecipe.assemble(CraftingContainer p_44513_)
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
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_)
private boolean
ShapedRecipe.matches(CraftingContainer p_44171_, int p_44172_, int p_44173_, boolean p_44174_)
boolean
ShapedRecipe.matches(CraftingContainer p_44176_, Level p_44177_)
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.minecraftforge.common.crafting
Modifier and TypeMethodDescriptionIRecipeContainer.getCraftMatrix()
The crafting matrix of your container, where ingredients go for crafting.