Uses of Interface
net.minecraft.world.inventory.CraftingContainer
Packages that use CraftingContainer
Package
Description
-
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.containerprotected final CraftingContainerAbstractCraftingMenu.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 pMenu, ServerLevel pLevel, Player pPlayer, CraftingContainer pCraftSlots, ResultContainer pResultSlots, RecipeHolder<CraftingRecipe> pRecipe) Constructors in net.minecraft.world.inventory with parameters of type CraftingContainerModifierConstructorDescriptionCrafterMenu(int pContainerId, Inventory pPlayerInventory, CraftingContainer pContainer, ContainerData pContainerData) ResultSlot(Player pPlayer, CraftingContainer pCraftSlots, Container pContainer, int pSlot, int pXPosition, int pYPosition) -
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.