Uses of Interface
net.minecraft.data.recipes.FinishedRecipe
-
Uses of FinishedRecipe in net.minecraft.data.recipes
Modifier and TypeClassDescriptionprotected static class
static class
static class
(package private) static final record
static final record
static final record
static final record
Modifier and TypeMethodDescriptionvoid
RecipeOutput.accept
(FinishedRecipe p_301214_) protected CompletableFuture<?>
RecipeProvider.saveAdvancement
(CachedOutput output, com.google.gson.JsonObject advancementJson, AdvancementHolder holder, FinishedRecipe finishedRecipe) Called every time a recipe is saved to also save the advancement JSON if it exists. -
Uses of FinishedRecipe in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprivate @Nullable FinishedRecipe
ForgeRecipeProvider.enhance
(FinishedRecipe vanilla) private @Nullable FinishedRecipe
ForgeRecipeProvider.enhance
(ShapedRecipeBuilder.Result vanilla) private @Nullable FinishedRecipe
ForgeRecipeProvider.enhance
(ShapelessRecipeBuilder.Result vanilla) Modifier and TypeMethodDescriptionprivate @Nullable FinishedRecipe
ForgeRecipeProvider.enhance
(FinishedRecipe vanilla) protected @Nullable CompletableFuture<?>
ForgeRecipeProvider.saveAdvancement
(CachedOutput output, com.google.gson.JsonObject advancementJson, AdvancementHolder holder, FinishedRecipe finishedRecipe)