Interface MinecraftOverlayAccessor
public interface MinecraftOverlayAccessor
Exposes the initial loading overlay to the UI capture readiness gate.
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.gui.screens.OverlayReturns the overlay currently drawn above the active screen.
-
Method Details
-
renderlibUiTest$getOverlay
net.minecraft.client.gui.screens.Overlay renderlibUiTest$getOverlay()Returns the overlay currently drawn above the active screen.- Returns:
- the active overlay, or
nullafter resource loading
-