Uses of Interface
net.minecraft.data.recipe.RecipeExporter
Packages that use RecipeExporter
-
Uses of RecipeExporter in net.minecraft.data.recipe
Fields in net.minecraft.data.recipe declared as RecipeExporterMethods in net.minecraft.data.recipe with parameters of type RecipeExporterModifier and TypeMethodDescriptionprotected abstract RecipeGeneratorRecipeGenerator.RecipeProvider.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) protected RecipeGeneratorVanillaRecipeGenerator.Provider.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) voidComplexRecipeJsonBuilder.offerTo(RecipeExporter exporter, String id) voidComplexRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) voidCookingRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) default voidCraftingRecipeJsonBuilder.offerTo(RecipeExporter exporter) default voidCraftingRecipeJsonBuilder.offerTo(RecipeExporter exporter, String recipePath) voidCraftingRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) voidShapedRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) voidShapelessRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) voidSmithingTransformRecipeJsonBuilder.offerTo(RecipeExporter exporter, String recipeId) voidSmithingTransformRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) voidSmithingTrimRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) voidStonecuttingRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) voidTransmuteRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) Constructors in net.minecraft.data.recipe with parameters of type RecipeExporterModifierConstructorDescriptionprotectedRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) (package private)VanillaRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter)