Interface ResourceReloader

All Known Subinterfaces:
SynchronousResourceReloader
All Known Implementing Classes:
BakedModelManager, BlockRenderManager, FoliageColormapResourceSupplier, FunctionLoader, GameRenderer, GrassColormapResourceSupplier, ItemRenderer, JsonDataLoader, LanguageManager, LootConditionManager, LootManager, PaintingManager, ParticleManager, RecipeManager, SearchManager, ServerAdvancementLoader, SinglePreparationResourceReloader, SoundManager, SplashTextResourceSupplier, SpriteAtlasHolder, StatusEffectSpriteManager, TagManagerLoader, TextureManager, VideoWarningManager, VillagerClothingFeatureRenderer, WorldRenderer

public interface ResourceReloader
A resource reloader performs actual reloading in its reload in a reloadable resource manager it is registered to.
See Also:
ReloadableResourceManager, SinglePreparationResourceReloader (completes preparation in one method), SynchronousResourceReloader (performs all reloading in the apply executor)