Package dev.engine_room.flywheel.impl
Class FlwDebugInfo
java.lang.Object
dev.engine_room.flywheel.impl.FlwDebugInfo
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddDebugInfo(net.minecraft.client.Minecraft minecraft, List<String> systemInfo) static voidappendHeader(StringBuilder dst, String str) Append a header to the given StringBuilder.static voidappendHeader2(StringBuilder dst, String str) static StringBuilderappendLine(StringBuilder dst, String str) Append a debug data point to the given StringBuilder, formatted as a Markdown list item.static net.minecraft.network.chat.Component
-
Method Details
-
appendLine
Append a debug data point to the given StringBuilder, formatted as a Markdown list item. -
appendHeader
Append a header to the given StringBuilder. -
appendHeader2
-
getDebugCommandInfo
public static net.minecraft.network.chat.Component getDebugCommandInfo() -
addDebugInfo
-