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
Methods in net.minecraft.client with parameters of type ResourceReloadModifier and TypeMethodDescriptionprivate void
MinecraftClient.onInitFinished
(RealmsClient realms, ResourceReload reload, RunArgs.QuickPlay quickPlay) static void
QuickPlay.startQuickPlay
(MinecraftClient client, RunArgs.QuickPlay quickPlay, ResourceReload resourceReload, RealmsClient realmsClient) -
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 TypeClassDescriptionclass
An implementation of resource reload that includes an additional profiling summary for each reloader.class
A simple implementation of resource reload.Methods in net.minecraft.resource that return ResourceReloadModifier 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
.