Uses of Interface
net.minecraft.resource.ResourceReload
Packages that use ResourceReload
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourceReload in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as ResourceReloadConstructors in net.minecraft.client.gui.screen with parameters of type ResourceReloadModifierConstructorDescriptionSplashOverlay(MinecraftClient client, ResourceReload monitor, Consumer<Optional<Throwable>> exceptionHandler, boolean reloading) -
Uses of ResourceReload in net.minecraft.resource
Classes in net.minecraft.resource that implement ResourceReloadModifier and TypeClassDescriptionclassAn implementation of resource reload that includes an additional profiling summary for each reloader.classA simple implementation of resource reload.Methods in net.minecraft.resource that return ResourceReloadModifier and TypeMethodDescriptionstatic ResourceReloadSimpleResourceReload.create(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage) Creates a simple resource reload without additional results.ReloadableResourceManagerImpl.reload(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs) Swaps the active resource manager with another one backed by the givenpacksand start a reload.static ResourceReloadProfiledResourceReload.start(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage) 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.