net.minecraft.client.gui.components

public class DebugScreenOverlay

fiu
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 LocalSampleLogger
r
frameTimeLogger
field_45992
frameNanosLog
f_291039_
private final LocalSampleLogger
s
tickTimeLogger
field_45993
tickNanosLog
f_291524_
private final LocalSampleLogger
t
pingLogger
field_45994
pingLog
f_290653_
private final LocalSampleLogger
u
bandwidthLogger
field_45995
packetSizeLog
f_290862_
private final Map<RemoteDebugSampleType, LocalSampleLogger>
v
remoteSupportingLoggers
field_48931
receivedDebugSamples
f_314774_
private final FpsDebugChart
w
fpsChart
field_45910
renderingChart
f_291857_
private final TpsDebugChart
x
tpsChart
field_45913
tickChart
f_291179_
private final PingDebugChart
y
pingChart
field_45911
pingChart
f_291349_
private final BandwidthDebugChart
z
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(fhz arg0)
render(GuiGraphics arg0)
method_1846(class_332 arg0)
render(DrawContext context)
m_94056_(C_279497_ arg0)
protected void
b(fhz arg0)
drawGameInformation(GuiGraphics arg0)
method_1847(class_332 arg0)
drawLeftText(DrawContext context)
m_280186_(C_279497_ arg0)
protected void
c(fhz arg0)
drawSystemInformation(GuiGraphics arg0)
method_1848(class_332 arg0)
drawRightText(DrawContext context)
m_280532_(C_279497_ arg0)
private void
a(fhz 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(jm<ddw> 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
p()
getServerLevel()
method_20603()
getServerWorld()
m_94081_()
private String
q()
getServerChunkStats()
method_27871()
getServerWorldDebugString()
m_94082_()
private Level
r()
getLevel()
method_1840()
getWorld()
m_94083_()
private LevelChunk
s()
getServerChunk()
method_1834()
getChunk()
m_94084_()
private LevelChunk
t()
getClientChunk()
method_1836()
getClientChunk()
m_94085_()
protected List<String>
c()
getSystemInformation()
method_1839()
getRightText()
m_94078_()
private String
a(Map$Entry<duf<?>, 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
b(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 boolean
g()
showFpsCharts()
method_56829()
shouldRenderTickCharts()
m_321865_()
public void
h()
toggleOverlay()
method_53539()
toggleDebugHud()
m_293034_()
public void
i()
toggleNetworkCharts()
method_53540()
togglePacketSizeAndPingCharts()
m_295292_()
public void
j()
toggleFpsCharts()
method_53541()
toggleRenderingAndTickCharts()
m_294611_()
public void
k()
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 LocalSampleLogger
l()
getTickTimeLogger()
method_56577()
getTickNanosLog()
m_324537_()
public LocalSampleLogger
m()
getPingLogger()
method_53543()
getPingLog()
m_294664_()
public LocalSampleLogger
n()
getBandwidthLogger()
method_53544()
getPacketSizeLog()
m_293273_()
public void
a(long[] arg0, bls arg1)
logRemoteSample(long[] arg0, RemoteDebugSampleType arg1)
method_56828(long[] arg0, class_9192 arg1)
set(long[] values, DebugSampleType type)
m_323707_(long[] p_333591_, C_313536_ arg1)
public void
o()
reset()
method_53545()
clear()
m_294940_()