Uses of Class
net.minecraft.inventory.CraftingInventory
Packages that use CraftingInventory
-
Uses of CraftingInventory in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type CraftingInventoryModifier and TypeMethodDescriptionCraftingRecipe.craft(CraftingInventory craftingInventory) CraftingRecipeManager.craft(CraftingInventory craftingInventory) ShapedRecipe.craft(CraftingInventory craftingInventory) ShapelessRecipe.craft(CraftingInventory craftingInventory) booleanCraftingRecipe.matches(CraftingInventory craftingInventory) booleanShapedRecipe.matches(CraftingInventory craftingInventory) booleanShapelessRecipe.matches(CraftingInventory craftingInventory) private booleanShapedRecipe.matchesPattern(CraftingInventory inv, int offsetX, int offsetY, boolean flipped) -
Uses of CraftingInventory in net.minecraft.screen
Fields in net.minecraft.screen declared as CraftingInventory