Class FlwDebugInfo

java.lang.Object
dev.engine_room.flywheel.impl.FlwDebugInfo

public final class FlwDebugInfo extends Object
  • Method Details

    • appendLine

      public static StringBuilder appendLine(StringBuilder dst, String str)
      Append a debug data point to the given StringBuilder, formatted as a Markdown list item.
    • appendHeader

      public static void appendHeader(StringBuilder dst, String str)
      Append a header to the given StringBuilder, preceded by two new lines for separation.
    • getDebugCommandInfo

      public static net.minecraft.network.chat.Component getDebugCommandInfo()
    • addDebugInfo

      public static void addDebugInfo(net.minecraft.client.Minecraft minecraft, List<String> systemInfo)