Package net.minecraft.data.recipe
Class VanillaRecipeGenerator.Provider
java.lang.Object
net.minecraft.data.recipe.RecipeGenerator.RecipeProvider
net.minecraft.data.recipe.VanillaRecipeGenerator.Provider
- All Implemented Interfaces:
DataProvider
- Enclosing class:
VanillaRecipeGenerator
- Mappings:
Namespace Name named net/minecraft/data/recipe/VanillaRecipeGenerator$Providerintermediary net/minecraft/class_7803$class_10116official os$a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider> -
Field Summary
Fields inherited from interface net.minecraft.data.DataProvider
JSON_KEY_SORT_ORDER, JSON_KEY_SORTING_COMPARATOR, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Method Summary
Modifier and TypeMethodDescriptiongetName()protected RecipeGeneratorgetRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) Methods inherited from class net.minecraft.data.recipe.RecipeGenerator.RecipeProvider
run
-
Constructor Details
-
Provider
public Provider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/data/recipe/RecipeGenerator$RecipeProvider;<init>(Lnet/minecraft/data/DataOutput;Ljava/util/concurrent/CompletableFuture;)Vintermediary <init>Lnet/minecraft/class_2446$class_10114;<init>(Lnet/minecraft/class_7784;Ljava/util/concurrent/CompletableFuture;)Vofficial <init>Loi$b;<init>(Lmq;Ljava/util/concurrent/CompletableFuture;)V
-
-
Method Details
-
getRecipeGenerator
protected RecipeGenerator getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) - Specified by:
getRecipeGeneratorin classRecipeGenerator.RecipeProvider- Mappings:
Namespace Name Mixin selector named getRecipeGeneratorLnet/minecraft/data/recipe/RecipeGenerator$RecipeProvider;getRecipeGenerator(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;Lnet/minecraft/data/recipe/RecipeExporter;)Lnet/minecraft/data/recipe/RecipeGenerator;intermediary method_62766Lnet/minecraft/class_2446$class_10114;method_62766(Lnet/minecraft/class_7225$class_7874;Lnet/minecraft/class_8790;)Lnet/minecraft/class_2446;official aLoi$b;a(Lji$a;Loh;)Loi;
-
getName
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/data/DataProvider;getName()Ljava/lang/String;intermediary method_10321Lnet/minecraft/class_2405;method_10321()Ljava/lang/String;official aLmo;a()Ljava/lang/String;
-