Package api.client.debug
Class DebugRegistry
java.lang.Object
api.client.debug.DebugRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocationstatic final ResourceLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawMetricsData(Minecraft mc, MetricsData metricsData, int xOffset, int yOffset, int width, byte type) Draw a graph at the bottom of the screen with the data provided through MetricsDatastatic voidRegisters all BTW's sections and special elements of the debug screen.static String
-
Field Details
-
mcSectionID
-
chunkEdgeSectionID
-
chunksServerSectionID
-
extendedGeneralSectionID
-
keyHelpSectionID
-
specsSectionID
-
mobCapsSectionID
-
targetInfoSectionID
-
graphsID
-
-
Constructor Details
-
DebugRegistry
public DebugRegistry()
-
-
Method Details
-
registerAll
public static void registerAll()Registers all BTW's sections and special elements of the debug screen. -
drawMetricsData
public static void drawMetricsData(Minecraft mc, MetricsData metricsData, int xOffset, int yOffset, int width, byte type) Draw a graph at the bottom of the screen with the data provided through MetricsData- See Also:
-
returnToLine
-