Uses of Class
net.minecraft.data.server.recipe.RecipeGenerator
Packages that use RecipeGenerator
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeGenerator in net.minecraft
Subclasses of RecipeGenerator in net.minecraftMethods in net.minecraft that return RecipeGeneratorModifier and TypeMethodDescriptionprotected RecipeGeneratorclass_10344.class_10345.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) -
Uses of RecipeGenerator in net.minecraft.data.server.recipe
Subclasses of RecipeGenerator in net.minecraft.data.server.recipeMethods in net.minecraft.data.server.recipe that return RecipeGeneratorModifier and TypeMethodDescriptionprotected abstract RecipeGeneratorRecipeGenerator.RecipeProvider.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) protected RecipeGeneratorVanillaRecipeGenerator.Provider.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) Methods in net.minecraft.data.server.recipe with parameters of type RecipeGeneratorModifier and TypeMethodDescriptionRecipeGenerator.BlockFamilyRecipeFactory.create(RecipeGenerator generator, ItemConvertible output, ItemConvertible input)