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 menu, ServerLevel level, Player player, CraftingContainer container, ResultContainer resultSlots, @Nullable RecipeHolder<CraftingRecipe> recipeHint) Constructors in net.minecraft.world.inventory with parameters of type CraftingContainerModifierConstructorDescriptionCrafterMenu(int containerId, Inventory inventory, CraftingContainer container, ContainerData containerData) ResultSlot(Player player, CraftingContainer craftSlots, Container container, int id, int x, int y) -
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.