I want to get access to the debug data presented in the Minecraft debug screen (typically accessed with F3) as a string. Right now, specifically, I'm trying to get field_72749_I and field_72748_H, the Entity Rendered and Entity Total counts. Can someone point me in the right direction?
I thought it would be in
Minecraft.getMinecraft()
somewhere, but either I'm wrong or the syntax is confusing me.
Important Information
By using this site, you agree to our Terms of Use.