Uses of Interface
net.minecraft.resource.ResourceReloader
-
Uses of ResourceReloader in net.minecraft.client.font
Fields in net.minecraft.client.font declared as ResourceReloader Modifier and Type Field Description private ResourceReloaderFontManager. resourceReloadListenerMethods in net.minecraft.client.font that return ResourceReloader Modifier and Type Method Description ResourceReloaderFontManager. getResourceReloadListener() -
Uses of ResourceReloader in net.minecraft.client.particle
Classes in net.minecraft.client.particle that implement ResourceReloader Modifier and Type Class Description classParticleManager -
Uses of ResourceReloader in net.minecraft.client.render
Classes in net.minecraft.client.render that implement ResourceReloader Modifier and Type Class Description classGameRendererclassWorldRenderer -
Uses of ResourceReloader in net.minecraft.client.render.block
Classes in net.minecraft.client.render.block that implement ResourceReloader Modifier and Type Class Description classBlockRenderManager -
Uses of ResourceReloader in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity that implement ResourceReloader Modifier and Type Class Description classBlockEntityRenderDispatcher -
Uses of ResourceReloader in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity that implement ResourceReloader Modifier and Type Class Description classEntityRenderDispatcher -
Uses of ResourceReloader in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model that implement ResourceReloader Modifier and Type Class Description classEntityModelLoader -
Uses of ResourceReloader in net.minecraft.client.render.item
Classes in net.minecraft.client.render.item that implement ResourceReloader Modifier and Type Class Description classBuiltinModelItemRendererclassItemRenderer -
Uses of ResourceReloader in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement ResourceReloader Modifier and Type Class Description classBakedModelManager -
Uses of ResourceReloader in net.minecraft.client.resource
Classes in net.minecraft.client.resource that implement ResourceReloader Modifier and Type Class Description classFoliageColormapResourceSupplierclassGrassColormapResourceSupplierclassSplashTextResourceSupplierclassVideoWarningManager -
Uses of ResourceReloader in net.minecraft.client.resource.language
Classes in net.minecraft.client.resource.language that implement ResourceReloader Modifier and Type Class Description classLanguageManager -
Uses of ResourceReloader in net.minecraft.client.search
Classes in net.minecraft.client.search that implement ResourceReloader Modifier and Type Class Description classSearchManager -
Uses of ResourceReloader in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement ResourceReloader Modifier and Type Class Description classSoundManager -
Uses of ResourceReloader in net.minecraft.client.texture
Classes in net.minecraft.client.texture that implement ResourceReloader Modifier and Type Class Description classPaintingManagerclassSpriteAtlasHolderclassStatusEffectSpriteManagerclassTextureManager -
Uses of ResourceReloader in net.minecraft.loot
Classes in net.minecraft.loot that implement ResourceReloader Modifier and Type Class Description classLootManager -
Uses of ResourceReloader in net.minecraft.loot.condition
Classes in net.minecraft.loot.condition that implement ResourceReloader Modifier and Type Class Description classLootConditionManager -
Uses of ResourceReloader in net.minecraft.loot.function
Classes in net.minecraft.loot.function that implement ResourceReloader Modifier and Type Class Description classLootFunctionManager -
Uses of ResourceReloader in net.minecraft.recipe
Classes in net.minecraft.recipe that implement ResourceReloader Modifier and Type Class Description classRecipeManager -
Uses of ResourceReloader in net.minecraft.resource
Subinterfaces of ResourceReloader in net.minecraft.resource Modifier and Type Interface Description interfaceSynchronousResourceReloaderA base resource reloader that does all its work in the apply executor, or the game engine's thread.Classes in net.minecraft.resource that implement ResourceReloader Modifier and Type Class Description classJsonDataLoaderAn abstract implementation of resource reloader that reads JSON files into Gson representations in the prepare stage.classSinglePreparationResourceReloader<T>A base resource reloader implementation that prepares an object in a single call (as opposed to in multiple concurrent tasks) and handles the prepared object in the apply stage.Fields in net.minecraft.resource with type parameters of type ResourceReloader Modifier and Type Field Description private List<ResourceReloader>ReloadableResourceManagerImpl. reloadersprivate Set<ResourceReloader>SimpleResourceReload. waitingReloadersMethods in net.minecraft.resource with parameters of type ResourceReloader Modifier and Type Method Description CompletableFuture<S>SimpleResourceReload.Factory. create(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, ResourceReloader reloader, Executor prepareExecutor, Executor applyExecutor)voidReloadableResourceManager. registerReloader(ResourceReloader reloader)Registers a resource reloader to this manager.voidReloadableResourceManagerImpl. registerReloader(ResourceReloader reloader)Registers a resource reloader to this manager.Method parameters in net.minecraft.resource with type arguments of type ResourceReloader Modifier and Type Method Description static SimpleResourceReload<Void>SimpleResourceReload. create(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage)Creates a simple resource reload without additional results.Constructor parameters in net.minecraft.resource with type arguments of type ResourceReloader Constructor Description ProfiledResourceReload(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage)SimpleResourceReload(Executor prepareExecutor, Executor applyExecutor, ResourceManager manager, List<ResourceReloader> reloaders, SimpleResourceReload.Factory<S> factory, CompletableFuture<Unit> initialStage) -
Uses of ResourceReloader in net.minecraft.server
Classes in net.minecraft.server that implement ResourceReloader Modifier and Type Class Description classServerAdvancementLoader -
Uses of ResourceReloader in net.minecraft.server.function
Classes in net.minecraft.server.function that implement ResourceReloader Modifier and Type Class Description classFunctionLoader -
Uses of ResourceReloader in net.minecraft.tag
Classes in net.minecraft.tag that implement ResourceReloader Modifier and Type Class Description classTagManagerLoader