Uses of Interface
net.minecraft.resource.ResourceReloader
Packages that use ResourceReloader
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
- 
Uses of ResourceReloader in net.minecraft.client.fontClasses in net.minecraft.client.font that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.glClasses in net.minecraft.client.gl that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.particleClasses in net.minecraft.client.particle that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.renderClasses in net.minecraft.client.render that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.render.blockClasses in net.minecraft.client.render.block that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.render.block.entityClasses in net.minecraft.client.render.block.entity that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.render.entityClasses in net.minecraft.client.render.entity that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.render.entity.equipmentClasses in net.minecraft.client.render.entity.equipment that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.render.modelClasses in net.minecraft.client.render.model that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.resourceClasses in net.minecraft.client.resource that implement ResourceReloaderModifier and TypeClassDescriptionclassclassclassclassclass
- 
Uses of ResourceReloader in net.minecraft.client.resource.languageClasses in net.minecraft.client.resource.language that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.soundClasses in net.minecraft.client.sound that implement ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.client.textureClasses in net.minecraft.client.texture that implement ResourceReloaderModifier and TypeClassDescriptionclassclassclassclassclassclass
- 
Uses of ResourceReloader in net.minecraft.recipeClasses in net.minecraft.recipe that implement ResourceReloaderModifier and TypeClassDescriptionclassA recipe manager allows easier use of recipes, such as finding matches and remainders.
- 
Uses of ResourceReloader in net.minecraft.resourceSubinterfaces of ResourceReloader in net.minecraft.resourceModifier and TypeInterfaceDescriptioninterfaceA 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 ResourceReloaderModifier and TypeClassDescriptionclassAn abstract implementation of resource reloader that reads JSON files into values in the prepare stage.classA 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 ResourceReloaderModifier and TypeFieldDescriptionprivate final List<ResourceReloader> ReloadableResourceManagerImpl.reloaders(package private) final Set<ResourceReloader> SimpleResourceReload.waitingReloadersMethods in net.minecraft.resource with parameters of type ResourceReloaderModifier and TypeMethodDescriptionSimpleResourceReload.Factory.create(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, ResourceReloader reloader, Executor prepareExecutor, Executor applyExecutor) voidReloadableResourceManagerImpl.registerReloader(ResourceReloader reloader) Registers a reloader to all future reloads on this resource manager.Method parameters in net.minecraft.resource with type arguments of type ResourceReloaderModifier and TypeMethodDescriptionstatic SimpleResourceReload<Void> SimpleResourceReload.create(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage) Creates a simple resource reload without additional results.static ResourceReloadSimpleResourceReload.start(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, boolean profiled) Starts a resource reload with the content from themanagersupplied to thereloaders.Constructor parameters in net.minecraft.resource with type arguments of type ResourceReloaderModifierConstructorDescriptionProfiledResourceReload(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage) protectedSimpleResourceReload(Executor prepareExecutor, Executor applyExecutor, ResourceManager manager, List<ResourceReloader> reloaders, SimpleResourceReload.Factory<S> factory, CompletableFuture<Unit> initialStage) 
- 
Uses of ResourceReloader in net.minecraft.serverClasses in net.minecraft.server that implement ResourceReloaderMethods in net.minecraft.server that return types with arguments of type ResourceReloader
- 
Uses of ResourceReloader in net.minecraft.server.functionClasses in net.minecraft.server.function that implement ResourceReloaderModifier and TypeClassDescriptionclassThe function loader holds the functions and function tags for aCommandFunctionManagerto use.