Uses of Interface
net.minecraft.resource.ResourceReload
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
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.private static class
class
A simple implementation of resource reload.Modifier and TypeMethodDescriptionReloadableResourceManager.reload
(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs) Performs a reload.ReloadableResourceManagerImpl.reload
(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs) Performs a reload.