@FunctionalInterface
public interface ISimpleReloadListener
extends net.minecraft.resources.IFutureReloadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onReload(net.minecraft.resources.IResourceManager resourceManager,
net.minecraft.profiler.IProfiler profiler) |
default java.util.concurrent.CompletableFuture<java.lang.Void> |
reload(net.minecraft.resources.IFutureReloadListener.IStage stage,
net.minecraft.resources.IResourceManager resourceManager,
net.minecraft.profiler.IProfiler prepareProfiler,
net.minecraft.profiler.IProfiler applyProfiler,
java.util.concurrent.Executor prepareExecutor,
java.util.concurrent.Executor applyExecutor) |
default java.util.concurrent.CompletableFuture<java.lang.Void> reload(net.minecraft.resources.IFutureReloadListener.IStage stage,
net.minecraft.resources.IResourceManager resourceManager,
net.minecraft.profiler.IProfiler prepareProfiler,
net.minecraft.profiler.IProfiler applyProfiler,
java.util.concurrent.Executor prepareExecutor,
java.util.concurrent.Executor applyExecutor)
reload in interface net.minecraft.resources.IFutureReloadListenervoid onReload(net.minecraft.resources.IResourceManager resourceManager,
net.minecraft.profiler.IProfiler profiler)