接口 ResourceManagerReloadListener
- 所有超级接口:
PreparableReloadListener
- 所有已知实现类:
BlockEntityRenderDispatcher
,BlockEntityWithoutLevelRenderer
,BlockRenderDispatcher
,EntityModelSet
,EntityRenderDispatcher
,ItemRenderer
,LanguageManager
,LevelRenderer
,ObjLoader
,SearchRegistry
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.server.packs.resources.PreparableReloadListener
PreparableReloadListener.PreparationBarrier
-
方法概要
修饰符和类型方法说明void
onResourceManagerReload
(ResourceManager pResourceManager) default CompletableFuture<Void>
reload
(PreparableReloadListener.PreparationBarrier pStage, ResourceManager pResourceManager, ProfilerFiller pPreparationsProfiler, ProfilerFiller pReloadProfiler, Executor pBackgroundExecutor, Executor pGameExecutor) 从接口继承的方法 net.minecraft.server.packs.resources.PreparableReloadListener
getName
-
方法详细资料
-
reload
default CompletableFuture<Void> reload(PreparableReloadListener.PreparationBarrier pStage, ResourceManager pResourceManager, ProfilerFiller pPreparationsProfiler, ProfilerFiller pReloadProfiler, Executor pBackgroundExecutor, Executor pGameExecutor) - 指定者:
reload
在接口中PreparableReloadListener
-
onResourceManagerReload
-