Package net.minecraft.data.server.recipe
Interface RecipeExporter
public interface RecipeExporter
- Mappings:
Namespace Name official mu
intermediary net/minecraft/class_8790
named net/minecraft/data/server/recipe/RecipeExporter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Identifier identifier, Recipe<?> recipe, @Nullable AdvancementEntry advancementEntry)
-
Method Details
-
accept
void accept(Identifier identifier, Recipe<?> recipe, @Nullable @Nullable AdvancementEntry advancementEntry) - Mappings:
Namespace Name Mixin selector official a
Lmu;a(Lagt;Lcpl;Laf;)V
intermediary method_53819
Lnet/minecraft/class_8790;method_53819(Lnet/minecraft/class_2960;Lnet/minecraft/class_1860;Lnet/minecraft/class_8779;)V
named accept
Lnet/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 a
Lmu;a()Lae$a;
intermediary method_53818
Lnet/minecraft/class_8790;method_53818()Lnet/minecraft/class_161$class_162;
named getAdvancementBuilder
Lnet/minecraft/data/server/recipe/RecipeExporter;getAdvancementBuilder()Lnet/minecraft/advancement/Advancement$Builder;
-