Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
ParticleManager.reload(IFutureReloadListener.IStage stage,
IResourceManager resourceManager,
IProfiler preparationsProfiler,
IProfiler reloadProfiler,
java.util.concurrent.Executor backgroundExecutor,
java.util.concurrent.Executor gameExecutor) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
TextureManager.reload(IFutureReloadListener.IStage stage,
IResourceManager resourceManager,
IProfiler preparationsProfiler,
IProfiler reloadProfiler,
java.util.concurrent.Executor backgroundExecutor,
java.util.concurrent.Executor gameExecutor) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
ReloadListener.reload(IFutureReloadListener.IStage stage,
IResourceManager resourceManager,
IProfiler preparationsProfiler,
IProfiler reloadProfiler,
java.util.concurrent.Executor backgroundExecutor,
java.util.concurrent.Executor gameExecutor) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<S> |
AsyncReloader.IStateFactory.create(IFutureReloadListener.IStage p_create_1_,
IResourceManager p_create_2_,
IFutureReloadListener p_create_3_,
java.util.concurrent.Executor p_create_4_,
java.util.concurrent.Executor p_create_5_) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
IFutureReloadListener.reload(IFutureReloadListener.IStage stage,
IResourceManager resourceManager,
IProfiler preparationsProfiler,
IProfiler reloadProfiler,
java.util.concurrent.Executor backgroundExecutor,
java.util.concurrent.Executor gameExecutor) |
default java.util.concurrent.CompletableFuture<java.lang.Void> |
IResourceManagerReloadListener.reload(IFutureReloadListener.IStage stage,
IResourceManager resourceManager,
IProfiler preparationsProfiler,
IProfiler reloadProfiler,
java.util.concurrent.Executor backgroundExecutor,
java.util.concurrent.Executor gameExecutor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
NetworkTagManager.reload(IFutureReloadListener.IStage stage,
IResourceManager resourceManager,
IProfiler preparationsProfiler,
IProfiler reloadProfiler,
java.util.concurrent.Executor backgroundExecutor,
java.util.concurrent.Executor gameExecutor) |
Modifier and Type | Method and Description |
---|---|
private static java.util.concurrent.CompletableFuture<java.lang.Void> |
ClientModLoader.onreload(IFutureReloadListener.IStage stage,
IResourceManager resourceManager,
IProfiler prepareProfiler,
IProfiler executeProfiler,
java.util.concurrent.Executor asyncExecutor,
java.util.concurrent.Executor syncExecutor) |