Package api.client.debug
Interface IDebugSpecialProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddrawSpecialEntry(Minecraft mc, boolean isExtendedDebug) Draw a special element on the debug screen.
-
Method Details
-
drawSpecialEntry
Draw a special element on the debug screen.- Parameters:
mc- The Minecraft instance.isExtendedDebug- Whether extended debug info is enabled.
-