Uses of Interface
net.minecraft.server.SaveLoading.LoadContextSupplier
-
Uses of SaveLoading.LoadContextSupplier in net.minecraft.server
Modifier 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.LoadContextSupplier in net.minecraft.server.integrated
Modifier and TypeMethodDescriptionprivate <D,
R> R IntegratedServerLoader.load
(SaveLoading.DataPacks dataPacks, SaveLoading.LoadContextSupplier<D> loadContextSupplier, SaveLoading.SaveApplierFactory<D, R> saveApplierFactory)