Uses of Class
net.minecraft.inventory.CraftingInventory
Packages that use CraftingInventory
-
Uses of CraftingInventory in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as CraftingInventory -
Uses of CraftingInventory in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type CraftingInventoryModifier and TypeMethodDescriptionArmorDyeRecipeType.getResult(CraftingInventory inventory) BookCloningRecipeType.getResult(CraftingInventory inventory) FireworkRecipeType.getResult(CraftingInventory inventory) MapCloningRecipeType.getResult(CraftingInventory inventory) MapUpscaleRecipeType.getResult(CraftingInventory inventory) RecipeType.getResult(CraftingInventory inventory) ShapedRecipeType.getResult(CraftingInventory inventory) ShapelessRecipeType.getResult(CraftingInventory inventory) booleanArmorDyeRecipeType.matches(CraftingInventory inventory, World world) booleanBookCloningRecipeType.matches(CraftingInventory inventory, World world) booleanFireworkRecipeType.matches(CraftingInventory inventory, World world) booleanMapCloningRecipeType.matches(CraftingInventory inventory, World world) booleanMapUpscaleRecipeType.matches(CraftingInventory inventory, World world) RecipeDispatcher.matches(CraftingInventory inventory, World world) booleanRecipeType.matches(CraftingInventory inventory, World world) booleanShapedRecipeType.matches(CraftingInventory inventory, World world) booleanShapelessRecipeType.matches(CraftingInventory inventory, World world) private booleanShapedRecipeType.method_3503(CraftingInventory craftingInventory, int int2, int int3, boolean bool) -
Uses of CraftingInventory in net.minecraft.screen
Fields in net.minecraft.screen declared as CraftingInventoryModifier and TypeFieldDescriptionCraftingScreenHandler.craftingInvPlayerScreenHandler.craftingInventory