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 longWindow.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 EarlyLoadingScreenControllerEarlyLoadingScreenController.current()Gets the current loading screen controller. -
Uses of EarlyLoadingScreenController in net.neoforged.neoforgespi.earlywindow
Subinterfaces of EarlyLoadingScreenController in net.neoforged.neoforgespi.earlywindowModifier and TypeInterfaceDescriptioninterfaceThis is for allowing the plugging in of alternative early display implementations.