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 ResourceReloader
FontManager. resourceReloadListener
Methods in net.minecraft.client.font that return ResourceReloader Modifier and Type Method Description ResourceReloader
FontManager. getResourceReloadListener()
-
Uses of ResourceReloader in net.minecraft.client.particle
Classes in net.minecraft.client.particle that implement ResourceReloader Modifier and Type Class Description class
ParticleManager
-
Uses of ResourceReloader in net.minecraft.client.render
Classes in net.minecraft.client.render that implement ResourceReloader Modifier and Type Class Description class
GameRenderer
class
WorldRenderer
-
Uses of ResourceReloader in net.minecraft.client.render.block
Classes in net.minecraft.client.render.block that implement ResourceReloader Modifier and Type Class Description class
BlockRenderManager
-
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 class
BlockEntityRenderDispatcher
-
Uses of ResourceReloader in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity that implement ResourceReloader Modifier and Type Class Description class
EntityRenderDispatcher
-
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 class
EntityModelLoader
-
Uses of ResourceReloader in net.minecraft.client.render.item
Classes in net.minecraft.client.render.item that implement ResourceReloader Modifier and Type Class Description class
BuiltinModelItemRenderer
class
ItemRenderer
-
Uses of ResourceReloader in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement ResourceReloader Modifier and Type Class Description class
BakedModelManager
-
Uses of ResourceReloader in net.minecraft.client.resource
Classes in net.minecraft.client.resource that implement ResourceReloader Modifier and Type Class Description class
FoliageColormapResourceSupplier
class
GrassColormapResourceSupplier
class
SplashTextResourceSupplier
class
VideoWarningManager
-
Uses of ResourceReloader in net.minecraft.client.resource.language
Classes in net.minecraft.client.resource.language that implement ResourceReloader Modifier and Type Class Description class
LanguageManager
-
Uses of ResourceReloader in net.minecraft.client.search
Classes in net.minecraft.client.search that implement ResourceReloader Modifier and Type Class Description class
SearchManager
-
Uses of ResourceReloader in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement ResourceReloader Modifier and Type Class Description class
SoundManager
-
Uses of ResourceReloader in net.minecraft.client.texture
Classes in net.minecraft.client.texture that implement ResourceReloader Modifier and Type Class Description class
PaintingManager
class
SpriteAtlasHolder
class
StatusEffectSpriteManager
class
TextureManager
-
Uses of ResourceReloader in net.minecraft.loot
Classes in net.minecraft.loot that implement ResourceReloader Modifier and Type Class Description class
LootManager
-
Uses of ResourceReloader in net.minecraft.loot.condition
Classes in net.minecraft.loot.condition that implement ResourceReloader Modifier and Type Class Description class
LootConditionManager
-
Uses of ResourceReloader in net.minecraft.loot.function
Classes in net.minecraft.loot.function that implement ResourceReloader Modifier and Type Class Description class
LootFunctionManager
-
Uses of ResourceReloader in net.minecraft.recipe
Classes in net.minecraft.recipe that implement ResourceReloader Modifier and Type Class Description class
RecipeManager
-
Uses of ResourceReloader in net.minecraft.resource
Subinterfaces of ResourceReloader in net.minecraft.resource Modifier and Type Interface Description interface
SynchronousResourceReloader
A 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 class
JsonDataLoader
An abstract implementation of resource reloader that reads JSON files into Gson representations in the prepare stage.class
SinglePreparationResourceReloader<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. reloaders
private Set<ResourceReloader>
SimpleResourceReload. waitingReloaders
Methods 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)
void
ReloadableResourceManager. registerReloader(ResourceReloader reloader)
Registers a resource reloader to this manager.void
ReloadableResourceManagerImpl. 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 class
ServerAdvancementLoader
-
Uses of ResourceReloader in net.minecraft.server.function
Classes in net.minecraft.server.function that implement ResourceReloader Modifier and Type Class Description class
FunctionLoader
-
Uses of ResourceReloader in net.minecraft.tag
Classes in net.minecraft.tag that implement ResourceReloader Modifier and Type Class Description class
TagManagerLoader