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 ResourceReloadSplashScreen. reloadConstructors 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 classProfiledResourceReloadAn implementation of resource reload that includes an additional profiling summary for each reloader.(package private) static classReloadableResourceManagerImpl.FailedReloadclassSimpleResourceReload<S>A simple implementation of resource reload.Methods in net.minecraft.resource that return ResourceReload Modifier and Type Method Description ResourceReloadReloadableResourceManager. reload(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs)Performs a reload.ResourceReloadReloadableResourceManagerImpl. reload(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs)Performs a reload.