Package net.minecraft.data.server.recipe
Interface RecipeExporter
public interface RecipeExporter
- Mappings:
Namespace Name official myintermediary net/minecraft/class_8790named net/minecraft/data/server/recipe/RecipeExporter
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Identifier recipeId, Recipe<?> recipe, @Nullable AdvancementEntry advancement)
-
Method Details
-
accept
void accept(Identifier recipeId, Recipe<?> recipe, @Nullable @Nullable AdvancementEntry advancement) - Mappings:
Namespace Name Mixin selector official aLmy;a(Lahg;Lcqc;Laf;)Vintermediary method_53819Lnet/minecraft/class_8790;method_53819(Lnet/minecraft/class_2960;Lnet/minecraft/class_1860;Lnet/minecraft/class_8779;)Vnamed acceptLnet/minecraft/data/server/recipe/RecipeExporter;accept(Lnet/minecraft/util/Identifier;Lnet/minecraft/recipe/Recipe;Lnet/minecraft/advancement/AdvancementEntry;)V
-
getAdvancementBuilder
Advancement.Builder getAdvancementBuilder()- Mappings:
Namespace Name Mixin selector official aLmy;a()Lae$a;intermediary method_53818Lnet/minecraft/class_8790;method_53818()Lnet/minecraft/class_161$class_162;named getAdvancementBuilderLnet/minecraft/data/server/recipe/RecipeExporter;getAdvancementBuilder()Lnet/minecraft/advancement/Advancement$Builder;
-