Package net.minecraft.server
Interface SaveLoading.SaveApplierFactory<D,R>
- Enclosing class:
SaveLoading
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official adw$e
intermediary net/minecraft/class_7237$class_7239
named net/minecraft/server/SaveLoading$SaveApplierFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, D loadContext)
-
Method Details
-
create
R create(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, D loadContext) - Mappings:
Namespace Name Mixin selector official create
Ladw$e;create(Lakx;Ladn;Lhk;Ljava/lang/Object;)Ljava/lang/Object;
intermediary create
Lnet/minecraft/class_7237$class_7239;create(Lnet/minecraft/class_6860;Lnet/minecraft/class_5350;Lnet/minecraft/class_7780;Ljava/lang/Object;)Ljava/lang/Object;
named create
Lnet/minecraft/server/SaveLoading$SaveApplierFactory;create(Lnet/minecraft/resource/LifecycledResourceManager;Lnet/minecraft/server/DataPackContents;Lnet/minecraft/registry/CombinedDynamicRegistries;Ljava/lang/Object;)Ljava/lang/Object;
-