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 java.lang.Object implements IFutureReloadListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
-
Field Summary
Fields Modifier and Type Field Description private IFutureReloadListener
wrapped
-
Constructor Summary
Constructors Modifier Constructor Description private
WrappedStateAwareListener(IFutureReloadListener wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
reload(IFutureReloadListener.IStage stage, IResourceManager resourceManager, IProfiler preparationsProfiler, IProfiler reloadProfiler, java.util.concurrent.Executor backgroundExecutor, java.util.concurrent.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 Detail
-
wrapped
private final IFutureReloadListener wrapped
-
-
Constructor Detail
-
WrappedStateAwareListener
private WrappedStateAwareListener(IFutureReloadListener wrapped)
-
-
Method Detail
-
reload
public java.util.concurrent.CompletableFuture<java.lang.Void> reload(IFutureReloadListener.IStage stage, IResourceManager resourceManager, IProfiler preparationsProfiler, IProfiler reloadProfiler, java.util.concurrent.Executor backgroundExecutor, java.util.concurrent.Executor gameExecutor)
- Specified by:
reload
in interfaceIFutureReloadListener
-
-