Interface PreparableReloadListener
- All Known Subinterfaces:
ResourceManagerReloadListener
- All Known Implementing Classes:
AddReloadListenerEvent.WrappedStateAwareListener
,AnimationLoader
,BlockEntityRenderDispatcher
,BlockEntityWithoutLevelRenderer
,BlockRenderDispatcher
,ContextAwareReloadListener
,DataMapLoader
,EntityModelSet
,EntityRenderDispatcher
,FoliageColorReloadListener
,FontManager
,GpuWarnlistManager
,GrassColorReloadListener
,GuiSpriteManager
,ItemRenderer
,LanguageManager
,LevelRenderer
,LootModifierManager
,MapDecorationTextureManager
,MobEffectTextureManager
,ModelManager
,ObjLoader
,PaintingTextureManager
,ParticleEngine
,PeriodicNotificationManager
,RecipeManager
,ServerAdvancementManager
,ServerFunctionLibrary
,SimpleJsonResourceReloadListener
,SimplePreparableReloadListener
,SoundManager
,SplashManager
,TagManager
,TextureAtlasHolder
,TextureManager
public interface PreparableReloadListener
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getName()
reload
(PreparableReloadListener.PreparationBarrier pPreparationBarrier, ResourceManager pResourceManager, ProfilerFiller pPreparationsProfiler, ProfilerFiller pReloadProfiler, Executor pBackgroundExecutor, Executor pGameExecutor)
-
Method Details
-
reload
CompletableFuture<Void> reload(PreparableReloadListener.PreparationBarrier pPreparationBarrier, ResourceManager pResourceManager, ProfilerFiller pPreparationsProfiler, ProfilerFiller pReloadProfiler, Executor pBackgroundExecutor, Executor pGameExecutor) -
getName
-