Uses of Class
net.minecraft.inventory.CraftingInventory
Packages that use CraftingInventory
Package
Description
-
Uses of CraftingInventory in net.minecraft
Fields in net.minecraft declared as CraftingInventoryModifier and TypeFieldDescriptionprivate CraftingInventoryclass_3282.field_16050private CraftingInventoryclass_3345.field_16363Methods in net.minecraft with parameters of type CraftingInventoryModifier and TypeMethodDescriptionclass_3059.class_3060.getResult(CraftingInventory inventory) booleanclass_3059.class_3060.matches(CraftingInventory inventory, World world) class_3059.class_3060.method_13670(CraftingInventory craftingInventory) voidclass_3282.method_14577(int int2, int int3, MinecraftClient minecraftClient, boolean bool, CraftingInventory craftingInventory) voidclass_3282.method_14586(boolean bool, 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.getResult(CraftingInventory inventory) BannerRecipeDispatcher.CopyingRecipeType.getResult(CraftingInventory inventory) BannerRecipeDispatcher.PatternRecipeType.getResult(CraftingInventory inventory) BookCloningRecipeType.getResult(CraftingInventory inventory) class_2700.class_2701.getResult(CraftingInventory inventory) class_2702.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) booleanBannerRecipeDispatcher.CopyingRecipeType.matches(CraftingInventory inventory, World world) booleanBannerRecipeDispatcher.PatternRecipeType.matches(CraftingInventory inventory, World world) booleanBookCloningRecipeType.matches(CraftingInventory inventory, World world) booleanclass_2700.class_2701.matches(CraftingInventory inventory, World world) booleanclass_2702.matches(CraftingInventory inventory, World world) booleanFireworkRecipeType.matches(CraftingInventory inventory, World world) booleanMapCloningRecipeType.matches(CraftingInventory inventory, World world) booleanMapUpscaleRecipeType.matches(CraftingInventory inventory, World world) static ItemStackRecipeDispatcher.matches(CraftingInventory craftingInventory, World inventory) booleanRecipeType.matches(CraftingInventory inventory, World world) booleanRepairingRecipeType.matches(CraftingInventory inventory, World world) booleanShapedRecipeType.matches(CraftingInventory inventory, World world) booleanShapelessRecipeType.matches(CraftingInventory inventory, World world) ArmorDyeRecipeType.method_13670(CraftingInventory craftingInventory) BannerRecipeDispatcher.CopyingRecipeType.method_13670(CraftingInventory craftingInventory) BannerRecipeDispatcher.PatternRecipeType.method_13670(CraftingInventory craftingInventory) BookCloningRecipeType.method_13670(CraftingInventory craftingInventory) class_2700.class_2701.method_13670(CraftingInventory craftingInventory) class_2702.method_13670(CraftingInventory craftingInventory) FireworkRecipeType.method_13670(CraftingInventory craftingInventory) MapCloningRecipeType.method_13670(CraftingInventory craftingInventory) RecipeType.method_13670(CraftingInventory craftingInventory) RepairingRecipeType.method_13670(CraftingInventory craftingInventory) ShapedRecipeType.method_13670(CraftingInventory craftingInventory) ShapelessRecipeType.method_13670(CraftingInventory craftingInventory) static DefaultedList<ItemStack>RecipeDispatcher.method_13671(CraftingInventory craftingInventory, World world) static RecipeTypeRecipeDispatcher.method_14262(CraftingInventory craftingInventory, World world) private booleanShapedRecipeType.method_3503(CraftingInventory craftingInventory, int int2, int int3, boolean bool) private BannerPatternBannerRecipeDispatcher.CopyingRecipeType.method_8442(CraftingInventory craftingInventory) -
Uses of CraftingInventory in net.minecraft.screen
Fields in net.minecraft.screen declared as CraftingInventoryModifier and TypeFieldDescriptionCraftingScreenHandler.craftingInvPlayerScreenHandler.craftingInventoryMethods in net.minecraft.screen with parameters of type CraftingInventoryModifier and TypeMethodDescriptionprotected voidScreenHandler.method_14205(World world, PlayerEntity playerEntity, CraftingInventory craftingInventory, CraftingResultInventory craftingResultInventory)