Uses of Class
net.minecraft.inventory.CraftingInventory
Packages that use CraftingInventory
Package
Description
-
Uses of CraftingInventory in net.minecraft
Methods in net.minecraft with parameters of type CraftingInventoryModifier and TypeMethodDescriptionclass_2159.getRemainders(CraftingInventory inventory) class_2160.getRemainders(CraftingInventory inventory) class_2159.getResult(CraftingInventory inventory) class_2160.getResult(CraftingInventory inventory) booleanclass_2159.matches(CraftingInventory inventory, World world) booleanclass_2160.matches(CraftingInventory inventory, World world) private BannerPatternclass_2159.method_8442(CraftingInventory craftingInventory) -
Uses of CraftingInventory in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as CraftingInventory -
Uses of CraftingInventory in net.minecraft.inventory.slot
Fields in net.minecraft.inventory.slot declared as CraftingInventoryConstructors in net.minecraft.inventory.slot with parameters of type CraftingInventoryModifierConstructorDescriptionCraftingResultSlot(PlayerEntity player, CraftingInventory craftingInv, Inventory inventory, int invSlot, int xPosition, int yPosition) -
Uses of CraftingInventory in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type CraftingInventoryModifier and TypeMethodDescriptionArmorDyeRecipeType.getRemainders(CraftingInventory inventory) BookCloningRecipeType.getRemainders(CraftingInventory inventory) FireworkRecipeType.getRemainders(CraftingInventory inventory) MapCloningRecipeType.getRemainders(CraftingInventory inventory) RecipeDispatcher.getRemainders(CraftingInventory inventory, World world) RecipeType.getRemainders(CraftingInventory inventory) RepairingRecipeType.getRemainders(CraftingInventory inventory) ShapedRecipeType.getRemainders(CraftingInventory inventory) ShapelessRecipeType.getRemainders(CraftingInventory inventory) ArmorDyeRecipeType.getResult(CraftingInventory inventory) BookCloningRecipeType.getResult(CraftingInventory inventory) FireworkRecipeType.getResult(CraftingInventory inventory) MapCloningRecipeType.getResult(CraftingInventory inventory) MapUpscaleRecipeType.getResult(CraftingInventory inventory) RecipeType.getResult(CraftingInventory inventory) RepairingRecipeType.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) booleanRepairingRecipeType.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