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.

@FunctionalInterface public interface IDebugSpecialProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawSpecialEntry(Minecraft mc, boolean isExtendedDebug)
    Draw a special element on the debug screen.
  • Method Details

    • drawSpecialEntry

      void drawSpecialEntry(Minecraft mc, boolean isExtendedDebug)
      Draw a special element on the debug screen.
      Parameters:
      mc - The Minecraft instance.
      isExtendedDebug - Whether extended debug info is enabled.