Class DebugScreenOverlay

java.lang.Object
net.minecraft.client.gui.components.DebugScreenOverlay
Direct Known Subclasses:
ForgeGui.ForgeDebugScreenOverlay

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_)
    • drawSystemInformation

      protected void drawSystemInformation(GuiGraphics p_281261_)
    • 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_)
    • drawChart

      private void drawChart(GuiGraphics p_282273_, FrameTimer p_281838_, int p_283392_, int p_282726_, boolean p_282824_)
    • getSampleColor

      private int getSampleColor(int p_94046_, int p_94047_, int p_94048_, int p_94049_)
    • colorLerp

      private int colorLerp(int p_94042_, int p_94043_, float p_94044_)
    • bytesToMegabytes

      private static long bytesToMegabytes(long p_94051_)