Class DebugScreenOverlay
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.DebugScreenOverlay
- Direct Known Subclasses:
- ForgeGui.ForgeDebugScreenOverlay
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final DebugScreenOverlay.AllocationRateCalculatorprotected HitResultprivate LevelChunkprivate static final intprivate final Fontprivate static final intprivate static final Map<Heightmap.Types,String> private ChunkPosprotected HitResultprivate static final intprivate static final intprivate static final intprivate final Minecraftprivate static final intprivate CompletableFuture<LevelChunk>private static final intFields inherited from class net.minecraft.client.gui.GuiComponentBACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static longbytesToMegabytes(long p_94051_) voidprivate intcolorLerp(int p_94042_, int p_94043_, float p_94044_) private voiddrawChart(PoseStack p_94059_, FrameTimer p_94060_, int p_94061_, int p_94062_, boolean p_94063_) protected voiddrawGameInformation(PoseStack p_94077_) protected voiddrawSystemInformation(PoseStack p_94080_) private LevelChunkprivate LevelgetLevel()private StringgetPropertyValueString(Map.Entry<Property<?>, Comparable<?>> p_94072_) private intgetSampleColor(int p_94046_, int p_94047_, int p_94048_, int p_94049_) private LevelChunkprivate Stringprivate ServerLevelprivate static StringprintBiome(Holder<Biome> p_205375_) voidMethods inherited from class net.minecraft.client.gui.GuiComponentblit, blit, blit, blit, blit, blitOutlineBlack, disableScissor, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, enableScissor, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
- 
Field Details- 
COLOR_GREYprivate static final int COLOR_GREY- See Also:
 
- 
MARGIN_RIGHTprivate static final int MARGIN_RIGHT- See Also:
 
- 
MARGIN_LEFTprivate static final int MARGIN_LEFT- See Also:
 
- 
MARGIN_TOPprivate static final int MARGIN_TOP- See Also:
 
- 
HEIGHTMAP_NAMES
- 
minecraft
- 
allocationRateCalculator
- 
font
- 
block
- 
liquid
- 
lastPos
- 
clientChunk
- 
serverChunk
- 
REDprivate static final int RED- See Also:
 
- 
YELLOWprivate static final int YELLOW- See Also:
 
- 
GREENprivate static final int GREEN- See Also:
 
 
- 
- 
Constructor Details- 
DebugScreenOverlay
 
- 
- 
Method Details- 
clearChunkCachepublic void clearChunkCache()
- 
render
- 
drawGameInformation
- 
drawSystemInformation
- 
getGameInformation
- 
printBiome
- 
getServerLevel
- 
getServerChunkStats
- 
getLevel
- 
getServerChunk
- 
getClientChunk
- 
getSystemInformation
- 
getPropertyValueString
- 
drawChartprivate void drawChart(PoseStack p_94059_, FrameTimer p_94060_, int p_94061_, int p_94062_, boolean p_94063_) 
- 
getSampleColorprivate int getSampleColor(int p_94046_, int p_94047_, int p_94048_, int p_94049_) 
- 
colorLerpprivate int colorLerp(int p_94042_, int p_94043_, float p_94044_) 
- 
bytesToMegabytesprivate static long bytesToMegabytes(long p_94051_) 
 
-