Uses of Interface
net.minecraft.data.server.recipe.RecipeExporter
Packages that use RecipeExporter
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeExporter in net.minecraft
Methods in net.minecraft with parameters of type RecipeExporterModifier and TypeMethodDescriptionprotected RecipeGeneratorclass_10344.class_10345.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) Constructors in net.minecraft with parameters of type RecipeExporterModifierConstructorDescriptionclass_10344(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) -
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) 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)