Uses of Interface
net.minecraft.server.SaveLoading.SaveApplierFactory
Packages that use SaveLoading.SaveApplierFactory
-
Uses of SaveLoading.SaveApplierFactory in net.minecraft.server
Methods in net.minecraft.server with parameters of type SaveLoading.SaveApplierFactoryModifier and TypeMethodDescriptionstatic <D,
R> CompletableFuture<R> SaveLoading.load
(SaveLoading.ServerConfig serverConfig, SaveLoading.LoadContextSupplier<D> loadContextSupplier, SaveLoading.SaveApplierFactory<D, R> saveApplierFactory, Executor prepareExecutor, Executor applyExecutor) -
Uses of SaveLoading.SaveApplierFactory in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type SaveLoading.SaveApplierFactoryModifier and TypeMethodDescriptionprivate <D,
R> R IntegratedServerLoader.load
(SaveLoading.DataPacks dataPacks, SaveLoading.LoadContextSupplier<D> loadContextSupplier, SaveLoading.SaveApplierFactory<D, R> saveApplierFactory)