Interface RecipeExporter


public interface RecipeExporter
Mappings:
Namespace Name
official my
intermediary net/minecraft/class_8790
named net/minecraft/data/server/recipe/RecipeExporter
  • Method Details

    • accept

      void accept(Identifier recipeId, Recipe<?> recipe, @Nullable @Nullable AdvancementEntry advancement)
      Mappings:
      Namespace Name Mixin selector
      official a Lmy;a(Lahg;Lcqc;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 Lmy;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;