Uses of Interface
net.minecraft.resource.ResourceReload
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourceReload in net.minecraft.client.gui.screen
ModifierConstructorDescriptionSplashOverlay
(MinecraftClient client, ResourceReload monitor, Consumer<Optional<Throwable>> exceptionHandler, boolean reloading) -
Uses of ResourceReload in net.minecraft.resource
Modifier and TypeClassDescriptionclass
An implementation of resource reload that includes an additional profiling summary for each reloader.class
A simple implementation of resource reload.Modifier and TypeMethodDescriptionReloadableResourceManagerImpl.reload
(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs) Swaps the active resource manager with another one backed by the givenpacks
and start a reload.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
.