Uses of Class
net.minecraft.inventory.CraftingInventory
Package
Description
-
Uses of CraftingInventory in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionprivate static CraftingInventory
SheepEntity.createDyeMixingCraftingInventory
(DyeColor firstColor, DyeColor secondColor) -
Uses of CraftingInventory in net.minecraft.recipe
Modifier 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
Modifier and TypeFieldDescriptionprivate final CraftingInventory
PlayerScreenHandler.craftingInput
private final CraftingInventory
CraftingScreenHandler.input
Modifier and TypeMethodDescriptionprotected static void
CraftingScreenHandler.updateResult
(ScreenHandler handler, World world, PlayerEntity player, CraftingInventory craftingInventory, CraftingResultInventory resultInventory) Modifier and TypeMethodDescriptionboolean
CraftingScreenHandler.matches
(Recipe<? super CraftingInventory> recipe) boolean
PlayerScreenHandler.matches
(Recipe<? super CraftingInventory> recipe) -
Uses of CraftingInventory in net.minecraft.screen.slot
ModifierConstructorDescriptionCraftingResultSlot
(PlayerEntity player, CraftingInventory input, Inventory inventory, int index, int x, int y)