Package net.minecraftforge.event
Class AddReloadListenerEvent.WrappedStateAwareListener
java.lang.Object
net.minecraftforge.event.AddReloadListenerEvent.WrappedStateAwareListener
- All Implemented Interfaces:
- PreparableReloadListener
- Enclosing class:
- AddReloadListenerEvent
private static class AddReloadListenerEvent.WrappedStateAwareListener
extends Object
implements PreparableReloadListener
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListenerPreparableReloadListener.PreparationBarrier
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivate
- 
Method SummaryModifier and TypeMethodDescriptionreload(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListenergetName
- 
Field Details- 
wrapped
 
- 
- 
Constructor Details- 
WrappedStateAwareListener
 
- 
- 
Method Details- 
reloadpublic CompletableFuture<Void> reload(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) - Specified by:
- reloadin interface- PreparableReloadListener
 
 
-