Interface PreparableReloadListener
- All Known Subinterfaces:
ResourceManagerReloadListener
- All Known Implementing Classes:
AnimationLoader,BlockEntityRenderDispatcher,BlockRenderDispatcher,CloudRenderer,ContextAwareReloadListener,DataMapLoader,EntityRenderDispatcher,EquipmentAssetManager,FoliageColorReloadListener,FontManager,GpuWarnlistManager,GrassColorReloadListener,GuiSpriteManager,LanguageManager,LevelRenderer,LootModifierManager,MapDecorationTextureManager,MobEffectTextureManager,ModelManager,ObjLoader,PaintingTextureManager,ParticleEngine,PeriodicNotificationManager,RecipeManager,RecipePriorityManager,ServerAdvancementManager,ServerFunctionLibrary,ShaderManager,SimpleJsonResourceReloadListener,SimplePreparableReloadListener,SoundManager,SplashManager,TextureAtlasHolder,TextureManager
public interface PreparableReloadListener
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetName()reload(PreparableReloadListener.PreparationBarrier pBarrier, ResourceManager pManager, Executor pBackgroundExecutor, Executor pGameExecutor)
-
Method Details
-
reload
CompletableFuture<Void> reload(PreparableReloadListener.PreparationBarrier pBarrier, ResourceManager pManager, Executor pBackgroundExecutor, Executor pGameExecutor) -
getName
-