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.font
Classes in net.minecraft.client.font that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.particle
Classes in net.minecraft.client.particle that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.render
Classes in net.minecraft.client.render that implement ResourceReloaderMethods in net.minecraft.client.render that return ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.render.block
Classes in net.minecraft.client.render.block that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.render.item
Classes in net.minecraft.client.render.item that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.resource
Classes in net.minecraft.client.resource that implement ResourceReloaderModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of ResourceReloader in net.minecraft.client.resource.language
Classes in net.minecraft.client.resource.language that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.search
Classes in net.minecraft.client.search that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.client.texture
Classes in net.minecraft.client.texture that implement ResourceReloaderModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ResourceReloader in net.minecraft.recipe
Classes in net.minecraft.recipe that implement ResourceReloaderModifier and TypeClassDescriptionclass
A recipe manager allows easier use of recipes, such as finding matches and remainders. -
Uses of ResourceReloader in net.minecraft.registry.tag
Classes in net.minecraft.registry.tag that implement ResourceReloader -
Uses of ResourceReloader in net.minecraft.resource
Subinterfaces of ResourceReloader in net.minecraft.resourceModifier and TypeInterfaceDescriptioninterface
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 ResourceReloaderModifier and TypeClassDescriptionclass
An abstract implementation of resource reloader that reads JSON files into Gson representations in the prepare stage.class
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 ResourceReloaderModifier and TypeFieldDescriptionprivate final List
<ResourceReloader> ReloadableResourceManagerImpl.reloaders
(package private) final Set
<ResourceReloader> SimpleResourceReload.waitingReloaders
Methods in net.minecraft.resource with parameters of type ResourceReloaderModifier and TypeMethodDescriptionSimpleResourceReload.Factory.create
(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, ResourceReloader reloader, Executor prepareExecutor, Executor applyExecutor) void
ReloadableResourceManagerImpl.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 ResourceReload
SimpleResourceReload.start
(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, boolean profiled) Starts a resource reload with the content from themanager
supplied 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) protected
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 ResourceReloaderMethods in net.minecraft.server that return types with arguments of type ResourceReloader -
Uses of ResourceReloader in net.minecraft.server.function
Classes in net.minecraft.server.function that implement ResourceReloaderModifier and TypeClassDescriptionclass
The function loader holds the functions and function tags for aCommandFunctionManager
to use.