Package net.minecraft.data.server.recipe
Class WinterDropRecipeGenerator.Provider
java.lang.Object
net.minecraft.data.server.recipe.RecipeGenerator.RecipeProvider
net.minecraft.data.server.recipe.WinterDropRecipeGenerator.Provider
- All Implemented Interfaces:
DataProvider
- Enclosing class:
WinterDropRecipeGenerator
- Mappings:
Namespace Name named net/minecraft/data/server/recipe/WinterDropRecipeGenerator$Provider
intermediary net/minecraft/class_10344$class_10345
official pn$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
ConstructorDescriptionProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
protected RecipeGenerator
getRecipeGenerator
(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) Methods inherited from class net.minecraft.data.server.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/server/recipe/RecipeGenerator$RecipeProvider;<init>(Lnet/minecraft/data/DataOutput;Ljava/util/concurrent/CompletableFuture;)V
intermediary <init>
Lnet/minecraft/class_2446$class_10114;<init>(Lnet/minecraft/class_7784;Ljava/util/concurrent/CompletableFuture;)V
official <init>
Lpc$b;<init>(Lmj;Ljava/util/concurrent/CompletableFuture;)V
-
-
Method Details
-
getRecipeGenerator
protected RecipeGenerator getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) - Specified by:
getRecipeGenerator
in classRecipeGenerator.RecipeProvider
- Mappings:
Namespace Name Mixin selector named getRecipeGenerator
Lnet/minecraft/data/server/recipe/RecipeGenerator$RecipeProvider;getRecipeGenerator(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;Lnet/minecraft/data/server/recipe/RecipeExporter;)Lnet/minecraft/data/server/recipe/RecipeGenerator;
intermediary method_62766
Lnet/minecraft/class_2446$class_10114;method_62766(Lnet/minecraft/class_7225$class_7874;Lnet/minecraft/class_8790;)Lnet/minecraft/class_2446;
official a
Lpc$b;a(Ljs$a;Lpb;)Lpc;
-
getName
- Mappings:
Namespace Name Mixin selector named getName
Lnet/minecraft/data/DataProvider;getName()Ljava/lang/String;
intermediary method_10321
Lnet/minecraft/class_2405;method_10321()Ljava/lang/String;
official a
Lmh;a()Ljava/lang/String;
-