类 AddReloadListenerEvent.WrappedStateAwareListener
java.lang.Object
net.minecraftforge.event.AddReloadListenerEvent.WrappedStateAwareListener
- 所有已实现的接口:
PreparableReloadListener
private static class AddReloadListenerEvent.WrappedStateAwareListener
extends Object
implements PreparableReloadListener
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.server.packs.resources.PreparableReloadListener
PreparableReloadListener.PreparationBarrier
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.server.packs.resources.PreparableReloadListener
getName
-
字段详细资料
-
wrapped
-
-
构造器详细资料
-
WrappedStateAwareListener
-
-
方法详细资料
-
reload
public CompletableFuture<Void> reload(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) - 指定者:
reload
在接口中PreparableReloadListener
-