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 level, RecipeHolder<CraftingRecipe> recipe) voidCraftingMenu.finishPlacingRecipe(ServerLevel level, RecipeHolder<CraftingRecipe> recipe) protected static voidCraftingMenu.slotChangedCraftingGrid(AbstractContainerMenu menu, ServerLevel level, Player player, CraftingContainer container, ResultContainer resultSlots, @Nullable RecipeHolder<CraftingRecipe> recipeHint) -
Uses of CraftingRecipe in net.minecraft.world.item.crafting
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 input, ServerLevel level) RecipeCache.get(ServerLevel level, CraftingInput input) 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 input, @Nullable RecipeHolder<CraftingRecipe> recipe) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type CraftingRecipeModifierConstructorDescriptionprivateEntry(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 level, CraftingInput input)