Class DebugScreenOverlay

java.lang.Object
net.minecraft.client.gui.components.DebugScreenOverlay

public class DebugScreenOverlay extends Object
  • Field Details

  • Constructor Details

    • DebugScreenOverlay

      public DebugScreenOverlay(Minecraft p_94039_)
  • Method Details

    • clearChunkCache

      public void clearChunkCache()
    • render

      public void render(GuiGraphics p_281427_)
    • drawGameInformation

      protected void drawGameInformation(GuiGraphics p_281525_, List<String> gameInformation)
    • drawSystemInformation

      protected void drawSystemInformation(GuiGraphics p_281261_, List<String> systemInformation)
    • renderLines

      private void renderLines(GuiGraphics p_286519_, List<String> p_286665_, boolean p_286644_)
    • getGameInformation

      protected List<String> getGameInformation()
    • printBiome

      private static String printBiome(Holder<Biome> p_205375_)
    • getServerLevel

      @Nullable private ServerLevel getServerLevel()
    • getServerChunkStats

      @Nullable private String getServerChunkStats()
    • getLevel

      private Level getLevel()
    • getServerChunk

      @Nullable private LevelChunk getServerChunk()
    • getClientChunk

      private LevelChunk getClientChunk()
    • getSystemInformation

      protected List<String> getSystemInformation()
    • getPropertyValueString

      private String getPropertyValueString(Map.Entry<Property<?>,Comparable<?>> p_94072_)
    • bytesToMegabytes

      private static long bytesToMegabytes(long p_94051_)
    • showDebugScreen

      public boolean showDebugScreen()
    • showProfilerChart

      public boolean showProfilerChart()
    • showNetworkCharts

      public boolean showNetworkCharts()
    • toggleOverlay

      public void toggleOverlay()
    • toggleNetworkCharts

      public void toggleNetworkCharts()
    • toggleFpsCharts

      public void toggleFpsCharts()
    • toggleProfilerChart

      public void toggleProfilerChart()
    • logFrameDuration

      public void logFrameDuration(long p_299936_)
    • logTickDuration

      public void logTickDuration(long p_300010_)
    • getPingLogger

      public SampleLogger getPingLogger()
    • getBandwidthLogger

      public SampleLogger getBandwidthLogger()
    • reset

      public void reset()