net.minecraft.client.gui.components

public class DebugScreenOverlay

exo
net.minecraft.client.gui.components.DebugScreenOverlay
net.minecraft.class_340
net.minecraft.client.gui.hud.DebugHud
net.minecraft.src.C_3462_

Field summary

Modifier and TypeField
private static final int
a
COLOR_GREY
field_32187
TEXT_COLOR
f_168988_
private static final int
b
MARGIN_RIGHT
field_32188
field_32188
f_168989_
private static final int
c
MARGIN_LEFT
field_32189
field_32189
f_168990_
private static final int
d
MARGIN_TOP
field_32190
field_32190
f_168991_
private static final Map<Heightmap$Types, String>
e
HEIGHTMAP_NAMES
field_19274
HEIGHT_MAP_TYPES
f_94029_
private final Minecraft
f
minecraft
field_2079
client
f_94030_
private final DebugScreenOverlay$AllocationRateCalculator
g
allocationRateCalculator
field_38985
allocationRateCalculator
f_232506_
private final Font
h
font
field_2081
textRenderer
f_94031_
private HitResult
i
block
field_2082
blockHit
f_94032_
private HitResult
j
liquid
field_2083
fluidHit
f_94033_
private ChunkPos
k
lastPos
field_2085
pos
f_94034_
private LevelChunk
l
clientChunk
field_2084
chunk
f_94035_
private CompletableFuture<LevelChunk>
m
serverChunk
field_2080
chunkFuture
f_94036_
private boolean
n
renderDebug
field_45988
showDebugHud
f_291101_
private boolean
o
renderProfilerChart
field_45989
renderingChartVisible
f_291871_
private boolean
p
renderFpsCharts
field_45990
renderingAndTickChartsVisible
f_290551_
private boolean
q
renderNetworkCharts
field_45991
packetSizeAndPingChartsVisible
f_291005_
private final SampleLogger
r
frameTimeLogger
field_45992
frameNanosLog
f_291039_
private final SampleLogger
s
tickTimeLogger
field_45993
tickNanosLog
f_291524_
private final SampleLogger
t
pingLogger
field_45994
pingLog
f_290653_
private final SampleLogger
u
bandwidthLogger
field_45995
packetSizeLog
f_290862_
private final FpsDebugChart
v
fpsChart
field_45910
renderingChart
f_291857_
private final TpsDebugChart
w
tpsChart
field_45913
tickChart
f_291179_
private final PingDebugChart
x
pingChart
field_45911
pingChart
f_291349_
private final BandwidthDebugChart
y
bandwidthChart
field_45912
packetSizeChart
f_291508_

Constructor summary

ModifierConstructor
public (Minecraft client)

Method summary

Modifier and TypeMethod
public void
a()
clearChunkCache()
method_1842()
resetChunk()
m_94040_()
public void
a(ewu arg0)
render(GuiGraphics arg0)
method_1846(class_332 arg0)
render(DrawContext context)
m_94056_(C_279497_ arg0)
protected void
b(ewu arg0)
drawGameInformation(GuiGraphics arg0)
method_1847(class_332 arg0)
drawLeftText(DrawContext context)
m_280186_(C_279497_ arg0)
protected void
c(ewu arg0)
drawSystemInformation(GuiGraphics arg0)
method_1848(class_332 arg0)
drawRightText(DrawContext context)
m_280532_(C_279497_ arg0)
private void
a(ewu arg0, List<String> arg1, boolean arg2)
renderLines(GuiGraphics arg0, List<String> arg1, boolean arg2)
method_51745(class_332 arg0, List<String> arg1, boolean arg2)
drawText(DrawContext context, List<String> text, boolean left)
m_286013_(C_279497_ p_286665_, List<String> p_286644_, boolean arg2)
protected List<String>
b()
getGameInformation()
method_1835()
getLeftText()
m_94075_()
private static String
a(ih<cuo> arg0)
printBiome(Holder<Biome> arg0)
method_40205(class_6880<class_1959> arg0)
getBiomeString(RegistryEntry<Biome> biome)
m_205374_(C_203228_<C_1629_> p_205375_)
private ServerLevel
n()
getServerLevel()
method_20603()
getServerWorld()
m_94081_()
private String
o()
getServerChunkStats()
method_27871()
getServerWorldDebugString()
m_94082_()
private Level
p()
getLevel()
method_1840()
getWorld()
m_94083_()
private LevelChunk
q()
getServerChunk()
method_1834()
getChunk()
m_94084_()
private LevelChunk
r()
getClientChunk()
method_1836()
getClientChunk()
m_94085_()
protected List<String>
c()
getSystemInformation()
method_1839()
getRightText()
m_94078_()
private String
a(Map$Entry<dkk<?>, Comparable<?>> arg0)
getPropertyValueString(Map$Entry<Property<?>, Comparable<?>> arg0)
method_1845(Map$Entry<class_2769<?>, Comparable<?>> arg0)
propertyToString(Map$Entry<Property<?>, Comparable<?>> propEntry)
m_94071_(Map$Entry<C_2097_<?>, Comparable<?>> arg0)
private static long
c(long arg0)
bytesToMegabytes(long arg0)
method_1838(long arg0)
toMiB(long bytes)
m_94050_(long p_94051_)
public boolean
d()
showDebugScreen()
method_53536()
shouldShowDebugHud()
m_294516_()
public boolean
e()
showProfilerChart()
method_53537()
shouldShowRenderingChart()
m_295669_()
public boolean
f()
showNetworkCharts()
method_53538()
shouldShowPacketSizeAndPingCharts()
m_295643_()
public void
g()
toggleOverlay()
method_53539()
toggleDebugHud()
m_293034_()
public void
h()
toggleNetworkCharts()
method_53540()
togglePacketSizeAndPingCharts()
m_295292_()
public void
i()
toggleFpsCharts()
method_53541()
toggleRenderingAndTickCharts()
m_294611_()
public void
j()
toggleProfilerChart()
method_53542()
toggleRenderingChart()
m_293481_()
public void
a(long arg0)
logFrameDuration(long arg0)
method_53534(long arg0)
pushToFrameLog(long value)
m_294107_(long arg0)
public void
b(long arg0)
logTickDuration(long arg0)
method_53535(long arg0)
pushToTickLog(long value)
m_295254_(long arg0)
public SampleLogger
k()
getPingLogger()
method_53543()
getPingLog()
m_294664_()
public SampleLogger
l()
getBandwidthLogger()
method_53544()
getPacketSizeLog()
m_293273_()
public void
m()
reset()
method_53545()
clear()
m_294940_()