Package net.minecraftforge.event
Class AddReloadListenerEvent.WrappedStateAwareListener
java.lang.Object
net.minecraftforge.event.AddReloadListenerEvent.WrappedStateAwareListener
- All Implemented Interfaces:
IFutureReloadListener
- Enclosing class:
- AddReloadListenerEvent
private static class AddReloadListenerEvent.WrappedStateAwareListener
extends Object
implements IFutureReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreload
(IFutureReloadListener.IStage stage, IResourceManager resourceManager, IProfiler preparationsProfiler, IProfiler reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resources.IFutureReloadListener
getName
-
Field Details
-
wrapped
-
-
Constructor Details
-
WrappedStateAwareListener
-
-
Method Details
-
reload
public CompletableFuture<Void> reload(IFutureReloadListener.IStage stage, IResourceManager resourceManager, IProfiler preparationsProfiler, IProfiler reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) - Specified by:
reload
in interfaceIFutureReloadListener
-