类 DebugScreenOverlay

java.lang.Object
net.minecraft.client.gui.components.DebugScreenOverlay
直接已知子类:
ForgeGui.ForgeDebugScreenOverlay

public class DebugScreenOverlay extends Object
  • 字段详细资料

  • 构造器详细资料

    • DebugScreenOverlay

      public DebugScreenOverlay(Minecraft pMinecraft)
  • 方法详细资料

    • clearChunkCache

      public void clearChunkCache()
    • render

      public void render(GuiGraphics pGuiGraphics)
    • drawGameInformation

      protected void drawGameInformation(GuiGraphics pGuiGraphics)
    • drawSystemInformation

      protected void drawSystemInformation(GuiGraphics pGuiGraphics)
    • renderLines

      private void renderLines(GuiGraphics pGuiGraphics, List<String> pLines, boolean pLeftSide)
    • getGameInformation

      protected List<String> getGameInformation()
    • printBiome

      private static String printBiome(Holder<Biome> pBiomeHolder)
    • 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<?>> pEntry)
    • drawChart

      private void drawChart(GuiGraphics pGuiGraphics, FrameTimer pDrawTimer, int p_283392_, int p_282726_, boolean pDrawForFps)
    • getSampleColor

      private int getSampleColor(int pHeight, int pHeightMin, int pHeightMid, int pHeightMax)
    • colorLerp

      private int colorLerp(int pCol1, int pCol2, float pFactor)
    • bytesToMegabytes

      private static long bytesToMegabytes(long pBytes)