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 TypeMethodDescriptionprotected voidAbstractCraftingMenu.finishPlacingRecipe(ServerLevel pLevel, RecipeHolder<CraftingRecipe> pRecipe) voidCraftingMenu.finishPlacingRecipe(ServerLevel p_380098_, RecipeHolder<CraftingRecipe> p_345915_) protected static voidCraftingMenu.slotChangedCraftingGrid(AbstractContainerMenu pMenu, ServerLevel pLevel, Player pPlayer, CraftingContainer pCraftSlots, ResultContainer pResultSlots, @Nullable RecipeHolder<CraftingRecipe> pRecipe) -
Uses of CraftingRecipe in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type CraftingRecipeModifier and TypeClassDescriptionstatic classCustomRecipe.Serializer<T extends CraftingRecipe>static interfaceCustomRecipe.Serializer.Factory<T extends CraftingRecipe>Classes in net.minecraft.world.item.crafting that implement CraftingRecipeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.item.crafting with type parameters of type CraftingRecipeModifier and TypeFieldDescriptionstatic final RecipeType<CraftingRecipe> RecipeType.CRAFTINGprivate final @Nullable 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 pCraftingInput, ServerLevel pLevel) RecipeCache.get(ServerLevel pLevel, CraftingInput pCraftingInput) RecipeSerializer<? extends CraftingRecipe> CraftingRecipe.getSerializer()default RecipeType<CraftingRecipe> CraftingRecipe.getType()@Nullable RecipeHolder<CraftingRecipe> 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 pInput, @Nullable RecipeHolder<CraftingRecipe> pRecipe) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type CraftingRecipeModifierConstructorDescription(package private)Entry(NonNullList<ItemStack> key, int width, int height, @Nullable 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(ServerLevel pLevel, CraftingInput pCraftingInput)