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 CraftingInventory
SheepEntity.createDyeMixingCraftingInventory
(DyeColor firstColor, DyeColor secondColor) -
Uses of CraftingInventory in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type CraftingInventoryModifier and TypeMethodDescriptionArmorDyeRecipe.craft
(CraftingInventory craftingInventory) BannerDuplicateRecipe.craft
(CraftingInventory craftingInventory) BookCloningRecipe.craft
(CraftingInventory craftingInventory) FireworkRocketRecipe.craft
(CraftingInventory craftingInventory) FireworkStarFadeRecipe.craft
(CraftingInventory craftingInventory) FireworkStarRecipe.craft
(CraftingInventory craftingInventory) MapCloningRecipe.craft
(CraftingInventory craftingInventory) MapExtendingRecipe.craft
(CraftingInventory craftingInventory) RepairItemRecipe.craft
(CraftingInventory craftingInventory) ShapedRecipe.craft
(CraftingInventory craftingInventory) ShapelessRecipe.craft
(CraftingInventory craftingInventory) ShieldDecorationRecipe.craft
(CraftingInventory craftingInventory) ShulkerBoxColoringRecipe.craft
(CraftingInventory craftingInventory) SuspiciousStewRecipe.craft
(CraftingInventory craftingInventory) TippedArrowRecipe.craft
(CraftingInventory craftingInventory) BannerDuplicateRecipe.getRemainder
(CraftingInventory craftingInventory) BookCloningRecipe.getRemainder
(CraftingInventory craftingInventory) boolean
ArmorDyeRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
BannerDuplicateRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
BookCloningRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
FireworkRocketRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
FireworkStarFadeRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
FireworkStarRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
MapCloningRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
MapExtendingRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
RepairItemRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
ShapedRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
ShapelessRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
ShieldDecorationRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
ShulkerBoxColoringRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
SuspiciousStewRecipe.matches
(CraftingInventory craftingInventory, World world) boolean
TippedArrowRecipe.matches
(CraftingInventory craftingInventory, World world) private boolean
ShapedRecipe.matchesPattern
(CraftingInventory inv, int offsetX, int offsetY, boolean flipped) -
Uses of CraftingInventory in net.minecraft.screen
Fields in net.minecraft.screen declared as CraftingInventoryModifier and TypeFieldDescriptionprivate final CraftingInventory
PlayerScreenHandler.craftingInput
private final CraftingInventory
CraftingScreenHandler.input
Methods in net.minecraft.screen that return CraftingInventoryMethods in net.minecraft.screen with parameters of type CraftingInventoryModifier and TypeMethodDescriptionprotected static void
CraftingScreenHandler.updateResult
(ScreenHandler handler, World world, PlayerEntity player, CraftingInventory craftingInventory, CraftingResultInventory resultInventory) Method parameters in net.minecraft.screen with type arguments of type CraftingInventoryModifier and TypeMethodDescriptionboolean
CraftingScreenHandler.matches
(Recipe<? super CraftingInventory> recipe) boolean
PlayerScreenHandler.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)