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.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 menu, Level level, Player player, CraftingContainer craftSlots, ResultContainer resultSlots, RecipeHolder<CraftingRecipe> recipe) Constructors in net.minecraft.world.inventory with parameters of type CraftingContainerModifierConstructorDescriptionCrafterMenu(int containerId, Inventory playerInventory, CraftingContainer container, ContainerData containerData) ResultSlot(Player player, CraftingContainer craftSlots, Container container, int slot, int xPosition, int yPosition) -
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.