Uses of Interface
net.minecraft.server.packs.resources.ReloadInstance
Packages that use ReloadInstance
-
Uses of ReloadInstance in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as ReloadInstanceConstructors in net.minecraft.client.gui.screens with parameters of type ReloadInstanceModifierConstructorDescriptionLoadingOverlay(Minecraft minecraft, ReloadInstance reload, Consumer<Optional<Throwable>> onFinish, boolean fadeIn) -
Uses of ReloadInstance in net.minecraft.server.packs.resources
Classes in net.minecraft.server.packs.resources that implement ReloadInstanceMethods in net.minecraft.server.packs.resources that return ReloadInstanceModifier and TypeMethodDescriptionstatic ReloadInstanceSimpleReloadInstance.create(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor backgroundExecutor, Executor mainThreadExecutor, CompletableFuture<Unit> initialTask, boolean enableProfiling) ReloadableResourceManager.createReload(Executor backgroundExecutor, Executor mainThreadExecutor, CompletableFuture<Unit> initialTask, List<PackResources> resourcePacks) static ReloadInstanceProfiledReloadInstance.of(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor taskExecutor, Executor mainThreadExecutor, CompletableFuture<Unit> initialTask) static ReloadInstanceSimpleReloadInstance.of(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor taskExecutor, Executor mainThreadExecutor, CompletableFuture<Unit> initialTask)