Uses of Interface
net.minecraft.world.item.crafting.CraftingRecipe
Packages that use CraftingRecipe
Package
Description
-
Uses of CraftingRecipe in net.minecraft.world.inventory
Method parameters in net.minecraft.world.inventory with type arguments of type CraftingRecipeModifier and TypeMethodDescriptionvoidCraftingMenu.finishPlacingRecipe(RecipeHolder<CraftingRecipe> recipe) booleanCraftingMenu.recipeMatches(RecipeHolder<CraftingRecipe> recipe) booleanInventoryMenu.recipeMatches(RecipeHolder<CraftingRecipe> recipe) protected static voidCraftingMenu.slotChangedCraftingGrid(AbstractContainerMenu menu, Level level, Player player, CraftingContainer craftSlots, ResultContainer resultSlots, RecipeHolder<CraftingRecipe> recipe) -
Uses of CraftingRecipe in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type CraftingRecipeModifier and TypeClassDescriptionclassSimpleCraftingRecipeSerializer<T extends CraftingRecipe>static interfaceClasses in net.minecraft.world.item.crafting that implement CraftingRecipeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.item.crafting with type parameters of type CraftingRecipeModifier and TypeFieldDescriptionstatic final RecipeType<CraftingRecipe> RecipeType.CRAFTINGprivate final RecipeHolder<CraftingRecipe> RecipeCache.Entry.valueThe field for thevaluerecord component.Methods in net.minecraft.world.item.crafting that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionprivate Optional<RecipeHolder<CraftingRecipe>> RecipeCache.compute(CraftingInput input, Level level) RecipeCache.get(Level level, CraftingInput input) RecipeCache.Entry.value()Returns the value of thevaluerecord component.Method parameters in net.minecraft.world.item.crafting with type arguments of type CraftingRecipeModifier and TypeMethodDescriptionprivate voidRecipeCache.insert(CraftingInput input, RecipeHolder<CraftingRecipe> recipe) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type CraftingRecipeModifierConstructorDescription(package private)Entry(NonNullList<ItemStack> key, int width, int height, RecipeHolder<CraftingRecipe> value) Creates an instance of aEntryrecord class. -
Uses of CraftingRecipe in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return types with arguments of type CraftingRecipeModifier and TypeMethodDescriptionstatic Optional<RecipeHolder<CraftingRecipe>> CrafterBlock.getPotentialResults(Level level, CraftingInput input) Method parameters in net.minecraft.world.level.block with type arguments of type CraftingRecipeModifier and TypeMethodDescriptionprivate voidCrafterBlock.dispenseItem(ServerLevel level, BlockPos pos, CrafterBlockEntity crafter, ItemStack stack, BlockState state, RecipeHolder<CraftingRecipe> recipe)