Uses of Class
net.minecraft.client.gui.screens.LoadingOverlay
Packages that use LoadingOverlay
-
Uses of LoadingOverlay in net.neoforged.neoforge.client.loading
Subclasses of LoadingOverlay in net.neoforged.neoforge.client.loadingModifier and TypeClassDescriptionclass
This is an implementation of the LoadingOverlay that calls back into the early window rendering, as part of the game loading cycle.Methods in net.neoforged.neoforge.client.loading that return types with arguments of type LoadingOverlayModifier and TypeMethodDescriptionstatic Supplier<LoadingOverlay>
NoVizFallback.loadingOverlay
(Supplier<Minecraft> mc, Supplier<ReloadInstance> ri, Consumer<Optional<Throwable>> ex, boolean fadein) static Supplier<LoadingOverlay>
NeoForgeLoadingOverlay.newInstance
(Supplier<Minecraft> mc, Supplier<ReloadInstance> ri, Consumer<Optional<Throwable>> handler, net.neoforged.fml.earlydisplay.DisplayWindow window)