Package net.minecraft.data.recipe
Interface RecipeExporter
public interface RecipeExporter
- Mappings:
- Namespace - Name - named - net/minecraft/data/recipe/RecipeExporter- intermediary - net/minecraft/class_8790- official - ob
- 
Method SummaryModifier and TypeMethodDescriptionvoidaccept(RegistryKey<Recipe<?>> key, Recipe<?> recipe, @Nullable AdvancementEntry advancement) void
- 
Method Details- 
acceptvoid accept(RegistryKey<Recipe<?>> key, Recipe<?> recipe, @Nullable @Nullable AdvancementEntry advancement) - Mappings:
- Namespace - Name - Mixin selector - named - accept- Lnet/minecraft/data/recipe/RecipeExporter;accept(Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/recipe/Recipe;Lnet/minecraft/advancement/AdvancementEntry;)V- intermediary - method_53819- Lnet/minecraft/class_8790;method_53819(Lnet/minecraft/class_5321;Lnet/minecraft/class_1860;Lnet/minecraft/class_8779;)V- official - a- Lob;a(Laku;Ldbf;Lai;)V
 
- 
getAdvancementBuilderAdvancement.Builder getAdvancementBuilder()- Mappings:
- Namespace - Name - Mixin selector - named - getAdvancementBuilder- Lnet/minecraft/data/recipe/RecipeExporter;getAdvancementBuilder()Lnet/minecraft/advancement/Advancement$Builder;- intermediary - method_53818- Lnet/minecraft/class_8790;method_53818()Lnet/minecraft/class_161$class_162;- official - a- Lob;a()Lah$a;
 
- 
addRootAdvancementvoid addRootAdvancement()- Mappings:
- Namespace - Name - Mixin selector - named - addRootAdvancement- Lnet/minecraft/data/recipe/RecipeExporter;addRootAdvancement()V- intermediary - method_62738- Lnet/minecraft/class_8790;method_62738()V- official - b- Lob;b()V
 
 
-