Uses of Interface
net.minecraft.server.packs.resources.ReloadInstance
Packages that use ReloadInstance
Package
Description
-
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 p_96172_, ReloadInstance p_96173_, Consumer<Optional<Throwable>> p_96174_, boolean p_96175_) -
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 ReloadInstance
SimpleReloadInstance.create
(ResourceManager p_203835_, List<PreparableReloadListener> p_203836_, Executor p_203837_, Executor p_203838_, CompletableFuture<Unit> p_203839_, boolean p_203840_) ReloadableResourceManager.createReload
(Executor p_143930_, Executor p_143931_, CompletableFuture<Unit> p_143932_, List<PackResources> p_143933_) static ReloadInstance
ProfiledReloadInstance.of
(ResourceManager p_404634_, List<PreparableReloadListener> p_404750_, Executor p_405435_, Executor p_405297_, CompletableFuture<Unit> p_405418_) static ReloadInstance
SimpleReloadInstance.of
(ResourceManager p_10816_, List<PreparableReloadListener> p_10817_, Executor p_10818_, Executor p_10819_, CompletableFuture<Unit> p_10820_) -
Uses of ReloadInstance in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type ReloadInstanceModifier and TypeMethodDescriptionstatic Overlay
ClientHooks.createLoadingOverlay
(Minecraft minecraft, ReloadInstance reloadInstance, Consumer<Optional<Throwable>> errorHandler, boolean fadeIn) -
Uses of ReloadInstance in net.neoforged.neoforge.client.loading
Fields in net.neoforged.neoforge.client.loading declared as ReloadInstanceConstructors in net.neoforged.neoforge.client.loading with parameters of type ReloadInstanceModifierConstructorDescriptionNeoForgeLoadingOverlay
(Minecraft mc, ReloadInstance reloader, Consumer<Optional<Throwable>> errorConsumer, net.neoforged.fml.earlydisplay.DisplayWindow displayWindow)