Package net.minecraft.server
Class SaveLoading
java.lang.Object
net.minecraft.server.SaveLoading
- Mappings:
Namespace Name named net/minecraft/server/SaveLoading
intermediary net/minecraft/class_7237
official amx
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static final record
static interface
static final record
static interface
static final record
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <D,
R> CompletableFuture <R> load
(SaveLoading.ServerConfig serverConfig, SaveLoading.LoadContextSupplier<D> loadContextSupplier, SaveLoading.SaveApplierFactory<D, R> saveApplierFactory, Executor prepareExecutor, Executor applyExecutor)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/server/SaveLoading;LOGGER:Lorg/slf4j/Logger;
intermediary field_39979
Lnet/minecraft/class_7237;field_39979:Lorg/slf4j/Logger;
official a
Lamx;a:Lorg/slf4j/Logger;
-
-
Constructor Details
-
SaveLoading
public SaveLoading()
-
-
Method Details
-
load
public static <D,R> CompletableFuture<R> load(SaveLoading.ServerConfig serverConfig, SaveLoading.LoadContextSupplier<D> loadContextSupplier, SaveLoading.SaveApplierFactory<D, R> saveApplierFactory, Executor prepareExecutor, Executor applyExecutor) - Mappings:
Namespace Name Mixin selector named load
Lnet/minecraft/server/SaveLoading;load(Lnet/minecraft/server/SaveLoading$ServerConfig;Lnet/minecraft/server/SaveLoading$LoadContextSupplier;Lnet/minecraft/server/SaveLoading$SaveApplierFactory;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
intermediary method_42098
Lnet/minecraft/class_7237;method_42098(Lnet/minecraft/class_7237$class_6906;Lnet/minecraft/class_7237$class_6907;Lnet/minecraft/class_7237$class_7239;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
official a
Lamx;a(Lamx$c;Lamx$f;Lamx$e;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
-