Uses of Interface
net.minecraft.resource.ResourceReload
Package | Description |
---|---|
net.minecraft.client.gui.screen | |
net.minecraft.resource |
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 ResourceReload Modifier and Type Field Description private ResourceReload
SplashScreen. reload
Constructors in net.minecraft.client.gui.screen with parameters of type ResourceReload Constructor Description SplashScreen(MinecraftClient client, ResourceReload monitor, Consumer<Optional<Throwable>> exceptionHandler, boolean reloading)
-
Uses of ResourceReload in net.minecraft.resource
Classes in net.minecraft.resource that implement ResourceReload Modifier and Type Class Description class
ProfiledResourceReload
An implementation of resource reload that includes an additional profiling summary for each reloader.(package private) static class
ReloadableResourceManagerImpl.FailedReload
class
SimpleResourceReload<S>
A simple implementation of resource reload.Methods in net.minecraft.resource that return ResourceReload Modifier and Type Method Description ResourceReload
ReloadableResourceManager. reload(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs)
Performs a reload.ResourceReload
ReloadableResourceManagerImpl. reload(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs)
Performs a reload.