Uses of Class
net.minecraft.inventory.CraftingInventory
Packages that use CraftingInventory
Package
Description
-
Uses of CraftingInventory in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return CraftingInventoryModifier and TypeMethodDescriptionprivate static CraftingInventorySheepEntity.createDyeMixingCraftingInventory(DyeColor firstColor, DyeColor secondColor) -
Uses of CraftingInventory in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type CraftingInventoryModifier and TypeMethodDescriptionprivate booleanShapedRecipe.matchesPattern(CraftingInventory inv, int offsetX, int offsetY, boolean flipped) ArmorDyeRecipe.method_17700(CraftingInventory craftingInventory) booleanArmorDyeRecipe.method_17701(CraftingInventory craftingInventory, World world) BannerDuplicateRecipe.method_17702(CraftingInventory craftingInventory) booleanBannerDuplicateRecipe.method_17703(CraftingInventory craftingInventory, World world) BannerDuplicateRecipe.method_17704(CraftingInventory craftingInventory) BookCloningRecipe.method_17705(CraftingInventory craftingInventory) booleanBookCloningRecipe.method_17706(CraftingInventory craftingInventory, World world) BookCloningRecipe.method_17707(CraftingInventory craftingInventory) FireworkRocketRecipe.method_17708(CraftingInventory craftingInventory) booleanFireworkRocketRecipe.method_17709(CraftingInventory craftingInventory, World world) FireworkStarFadeRecipe.method_17710(CraftingInventory craftingInventory) booleanFireworkStarFadeRecipe.method_17711(CraftingInventory craftingInventory, World world) FireworkStarRecipe.method_17712(CraftingInventory craftingInventory) booleanFireworkStarRecipe.method_17713(CraftingInventory craftingInventory, World world) MapCloningRecipe.method_17714(CraftingInventory craftingInventory) booleanMapCloningRecipe.method_17715(CraftingInventory craftingInventory, World world) MapExtendingRecipe.method_17727(CraftingInventory craftingInventory) ShapedRecipe.method_17727(CraftingInventory craftingInventory) booleanMapExtendingRecipe.method_17728(CraftingInventory craftingInventory, World world) booleanShapedRecipe.method_17728(CraftingInventory craftingInventory, World world) ShapelessRecipe.method_17729(CraftingInventory craftingInventory) booleanShapelessRecipe.method_17730(CraftingInventory craftingInventory, World world) ShieldDecorationRecipe.method_17731(CraftingInventory craftingInventory) booleanShieldDecorationRecipe.method_17732(CraftingInventory craftingInventory, World world) ShulkerBoxColoringRecipe.method_17733(CraftingInventory craftingInventory) booleanShulkerBoxColoringRecipe.method_17734(CraftingInventory craftingInventory, World world) SuspiciousStewRecipe.method_17738(CraftingInventory craftingInventory) booleanSuspiciousStewRecipe.method_17739(CraftingInventory craftingInventory, World world) TippedArrowRecipe.method_17740(CraftingInventory craftingInventory) booleanTippedArrowRecipe.method_17741(CraftingInventory craftingInventory, World world) RepairItemRecipe.method_20807(CraftingInventory craftingInventory) booleanRepairItemRecipe.method_20808(CraftingInventory craftingInventory, World world) -
Uses of CraftingInventory in net.minecraft.screen
Fields in net.minecraft.screen declared as CraftingInventoryModifier and TypeFieldDescriptionprivate final CraftingInventoryPlayerScreenHandler.craftingInputprivate final CraftingInventoryCraftingScreenHandler.inputMethods in net.minecraft.screen that return CraftingInventoryMethods in net.minecraft.screen with parameters of type CraftingInventoryModifier and TypeMethodDescriptionprotected static voidCraftingScreenHandler.updateResult(ScreenHandler handler, World world, PlayerEntity player, CraftingInventory craftingInventory, CraftingResultInventory resultInventory) Method parameters in net.minecraft.screen with type arguments of type CraftingInventoryModifier and TypeMethodDescriptionbooleanCraftingScreenHandler.matches(Recipe<? super CraftingInventory> recipe) booleanPlayerScreenHandler.matches(Recipe<? super CraftingInventory> recipe) -
Uses of CraftingInventory in net.minecraft.screen.slot
Fields in net.minecraft.screen.slot declared as CraftingInventoryConstructors in net.minecraft.screen.slot with parameters of type CraftingInventoryModifierConstructorDescriptionCraftingResultSlot(PlayerEntity player, CraftingInventory input, Inventory inventory, int index, int x, int y)