Uses of Interface
net.neoforged.fml.loading.EarlyLoadingScreenController
Packages that use EarlyLoadingScreenController
Package
Description
-
Uses of EarlyLoadingScreenController in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type EarlyLoadingScreenControllerModifier and TypeMethodDescriptionprivate long
Window.takeOverWindow
(EarlyLoadingScreenController earlyLoadingScreen, String title) -
Uses of EarlyLoadingScreenController in net.neoforged.fml.loading
Methods in net.neoforged.fml.loading that return EarlyLoadingScreenControllerModifier and TypeMethodDescriptionstatic @Nullable EarlyLoadingScreenController
EarlyLoadingScreenController.current()
Gets the current loading screen controller. -
Uses of EarlyLoadingScreenController in net.neoforged.neoforgespi.earlywindow
Subinterfaces of EarlyLoadingScreenController in net.neoforged.neoforgespi.earlywindowModifier and TypeInterfaceDescriptioninterface
This is for allowing the plugging in of alternative early display implementations.