Uses of Interface
net.minecraft.resource.ResourceReload
Packages that use ResourceReload
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
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 ResourceReloadModifierConstructorDescriptionSplashScreen(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.(package private) static class
class
A simple implementation of resource reload.Methods in net.minecraft.resource that return ResourceReloadModifier 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.