Uses of Interface
net.minecraft.world.item.crafting.CraftingRecipe
Packages that use CraftingRecipe
Package
Description
-
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(CraftingContainer p_307329_, Level p_307202_) RecipeCache.get(Level p_307315_, CraftingContainer p_307684_) 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(List<ItemStack> p_307307_, RecipeHolder<CraftingRecipe> p_336146_) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type CraftingRecipeModifierConstructorDescription(package private)Entry(NonNullList<ItemStack> key, 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 p_307625_, CraftingContainer p_307549_) Method parameters in net.minecraft.world.level.block with type arguments of type CraftingRecipeModifier and TypeMethodDescriptionprivate voidCrafterBlock.dispenseItem(ServerLevel p_335887_, BlockPos p_307620_, CrafterBlockEntity p_307387_, ItemStack p_307296_, BlockState p_307501_, RecipeHolder<CraftingRecipe> p_335494_) -
Uses of CraftingRecipe in net.neoforged.neoforge.debug.crafting
Classes in net.neoforged.neoforge.debug.crafting that implement CraftingRecipeModifier and TypeClassDescription(package private) static class