Uses of Interface
net.minecraft.data.server.recipe.RecipeExporter
Packages that use RecipeExporter
-
Uses of RecipeExporter in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as RecipeExporterMethods in net.minecraft.data.server.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) protected RecipeGeneratorWinterDropRecipeGenerator.Provider.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) voidComplexRecipeJsonBuilder.offerTo(RecipeExporter exporter, String id) voidComplexRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) voidCookingRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) default voidCraftingRecipeJsonBuilder.offerTo(RecipeExporter exporter) default voidCraftingRecipeJsonBuilder.offerTo(RecipeExporter exporter, String recipePath) voidCraftingRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) voidShapedRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) voidShapelessRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) voidSmithingTransformRecipeJsonBuilder.offerTo(RecipeExporter exporter, String recipeId) voidSmithingTransformRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) voidSmithingTrimRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) voidStonecuttingRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) voidTransmuteRecipeJsonBuilder.offerTo(RecipeExporter exporter, RegistryKey<Recipe<?>> registryKey) Constructors in net.minecraft.data.server.recipe with parameters of type RecipeExporterModifierConstructorDescriptionprotectedRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) (package private)VanillaRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) WinterDropRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter)