Package net.minecraft.data.server.recipe
Class RecipeProvider.class_10114
java.lang.Object
net.minecraft.data.server.recipe.RecipeProvider.class_10114
- All Implemented Interfaces:
DataProvider
- Direct Known Subclasses:
BundleRecipeProvider.class_10115,VanillaRecipeProvider.class_10116
- Enclosing class:
RecipeProvider
- Mappings:
Namespace Name named net/minecraft/data/server/recipe/RecipeProvider$class_10114intermediary net/minecraft/class_2446$class_10114official or$b
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DataOutputprivate final CompletableFuture<RegistryWrapper.WrapperLookup> Fields inherited from interface net.minecraft.data.DataProvider
JSON_KEY_SORT_ORDER, JSON_KEY_SORTING_COMPARATOR, LOGGER -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedclass_10114(DataOutput dataOutput, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract RecipeProvidermethod_62766(RegistryWrapper.WrapperLookup wrapperLookup, RecipeExporter recipeExporter) final CompletableFuture<?> run(DataWriter writer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.data.DataProvider
getName
-
Field Details
-
field_53723
- Mappings:
Namespace Name Mixin selector named field_53723Lnet/minecraft/data/server/recipe/RecipeProvider$class_10114;field_53723:Lnet/minecraft/data/DataOutput;intermediary field_53723Lnet/minecraft/class_2446$class_10114;field_53723:Lnet/minecraft/class_7784;official dLor$b;d:Lmd;
-
field_53724
- Mappings:
Namespace Name Mixin selector named field_53724Lnet/minecraft/data/server/recipe/RecipeProvider$class_10114;field_53724:Ljava/util/concurrent/CompletableFuture;intermediary field_53724Lnet/minecraft/class_2446$class_10114;field_53724:Ljava/util/concurrent/CompletableFuture;official eLor$b;e:Ljava/util/concurrent/CompletableFuture;
-
-
Constructor Details
-
class_10114
protected class_10114(DataOutput dataOutput, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture)
-
-
Method Details
-
run
- Specified by:
runin interfaceDataProvider- Mappings:
Namespace Name Mixin selector named runLnet/minecraft/data/DataProvider;run(Lnet/minecraft/data/DataWriter;)Ljava/util/concurrent/CompletableFuture;intermediary method_10319Lnet/minecraft/class_2405;method_10319(Lnet/minecraft/class_7403;)Ljava/util/concurrent/CompletableFuture;official aLmb;a(Llz;)Ljava/util/concurrent/CompletableFuture;
-
method_62766
protected abstract RecipeProvider method_62766(RegistryWrapper.WrapperLookup wrapperLookup, RecipeExporter recipeExporter) - Mappings:
Namespace Name Mixin selector named method_62766Lnet/minecraft/data/server/recipe/RecipeProvider$class_10114;method_62766(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;Lnet/minecraft/data/server/recipe/RecipeExporter;)Lnet/minecraft/data/server/recipe/RecipeProvider;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 aLor$b;a(Ljp$a;Loq;)Lor;
-