Package net.minecraft.data.server.recipe
Interface RecipeExporter
public interface RecipeExporter
- Mappings:
Namespace Name named net/minecraft/data/server/recipe/RecipeExporter
intermediary net/minecraft/class_8790
official oq
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(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 named accept
Lnet/minecraft/data/server/recipe/RecipeExporter;accept(Lnet/minecraft/util/Identifier;Lnet/minecraft/recipe/Recipe;Lnet/minecraft/advancement/AdvancementEntry;)V
intermediary method_53819
Lnet/minecraft/class_8790;method_53819(Lnet/minecraft/class_2960;Lnet/minecraft/class_1860;Lnet/minecraft/class_8779;)V
official a
Loq;a(Lalf;Lcyx;Laf;)V
-
getAdvancementBuilder
Advancement.Builder getAdvancementBuilder()- Mappings:
Namespace Name Mixin selector named getAdvancementBuilder
Lnet/minecraft/data/server/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
Loq;a()Lae$a;
-