net.minecraft.client.gui.components

public class DebugScreenOverlay

fon
net.minecraft.client.gui.components.DebugScreenOverlay
net.minecraft.class_340
net.minecraft.client.gui.hud.DebugHud

Field summary

Modifier and TypeField
private static final int
a
COLOR_GREY
field_32187
TEXT_COLOR
private static final int
b
MARGIN_RIGHT
field_32188
field_32188
private static final int
c
MARGIN_LEFT
field_32189
field_32189
private static final int
d
MARGIN_TOP
field_32190
field_32190
private static final Map<Heightmap$Types, String>
e
HEIGHTMAP_NAMES
field_19274
HEIGHT_MAP_TYPES
private final Minecraft
f
minecraft
field_2079
client
private final DebugScreenOverlay$AllocationRateCalculator
g
allocationRateCalculator
field_38985
allocationRateCalculator
private final Font
h
font
field_2081
textRenderer
private HitResult
i
block
field_2082
blockHit
private HitResult
j
liquid
field_2083
fluidHit
private ChunkPos
k
lastPos
field_2085
pos
private LevelChunk
l
clientChunk
field_2084
chunk
private CompletableFuture<LevelChunk>
m
serverChunk
field_2080
chunkFuture
private boolean
n
renderDebug
field_45988
showDebugHud
private boolean
o
renderProfilerChart
field_45989
renderingChartVisible
private boolean
p
renderFpsCharts
field_45990
renderingAndTickChartsVisible
private boolean
q
renderNetworkCharts
field_45991
packetSizeAndPingChartsVisible
private final LocalSampleLogger
r
frameTimeLogger
field_45992
frameNanosLog
private final LocalSampleLogger
s
tickTimeLogger
field_45993
tickNanosLog
private final LocalSampleLogger
t
pingLogger
field_45994
pingLog
private final LocalSampleLogger
u
bandwidthLogger
field_45995
packetSizeLog
private final Map<RemoteDebugSampleType, LocalSampleLogger>
v
remoteSupportingLoggers
field_48931
receivedDebugSamples
private final FpsDebugChart
w
fpsChart
field_45910
renderingChart
private final TpsDebugChart
x
tpsChart
field_45913
tickChart
private final PingDebugChart
y
pingChart
field_45911
pingChart
private final BandwidthDebugChart
z
bandwidthChart
field_45912
packetSizeChart
private final ProfilerPieChart
A
profilerPieChart
field_52772
pieChart

Constructor summary

ModifierConstructor
public (Minecraft client)

Method summary

Modifier and TypeMethod
public void
a()
clearChunkCache()
method_1842()
resetChunk()
public void
a(fns arg0)
render(GuiGraphics arg0)
method_1846(class_332 arg0)
render(DrawContext context)
protected void
b(fns arg0)
drawGameInformation(GuiGraphics arg0)
method_1847(class_332 arg0)
drawLeftText(DrawContext context)
protected void
c(fns arg0)
drawSystemInformation(GuiGraphics arg0)
method_1848(class_332 arg0)
drawRightText(DrawContext context)
private void
a(fns 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)
protected List<String>
b()
getGameInformation()
method_1835()
getLeftText()
private static String
a(jq<dik> arg0)
printBiome(Holder<Biome> arg0)
method_40205(class_6880<class_1959> arg0)
getBiomeString(RegistryEntry<Biome> biome)
private ServerLevel
q()
getServerLevel()
method_20603()
getServerWorld()
private String
r()
getServerChunkStats()
method_27871()
getServerWorldDebugString()
private Level
s()
getLevel()
method_1840()
getWorld()
private LevelChunk
t()
getServerChunk()
method_1834()
getChunk()
private LevelChunk
u()
getClientChunk()
method_1836()
getClientChunk()
protected List<String>
c()
getSystemInformation()
method_1839()
getRightText()
private String
a(Map$Entry<dyx<?>, Comparable<?>> arg0)
getPropertyValueString(Map$Entry<Property<?>, Comparable<?>> arg0)
method_1845(Map$Entry<class_2769<?>, Comparable<?>> arg0)
propertyToString(Map$Entry<Property<?>, Comparable<?>> propEntry)
private static long
b(long arg0)
bytesToMegabytes(long arg0)
method_1838(long arg0)
toMiB(long bytes)
public boolean
d()
showDebugScreen()
method_53536()
shouldShowDebugHud()
public boolean
e()
showProfilerChart()
method_53537()
shouldShowRenderingChart()
public boolean
f()
showNetworkCharts()
method_53538()
shouldShowPacketSizeAndPingCharts()
public boolean
g()
showFpsCharts()
method_56829()
shouldRenderTickCharts()
public void
h()
toggleOverlay()
method_53539()
toggleDebugHud()
public void
i()
toggleNetworkCharts()
method_53540()
togglePacketSizeAndPingCharts()
public void
j()
toggleFpsCharts()
method_53541()
toggleRenderingAndTickCharts()
public void
k()
toggleProfilerChart()
method_53542()
toggleRenderingChart()
public void
a(long arg0)
logFrameDuration(long arg0)
method_53534(long arg0)
pushToFrameLog(long value)
public LocalSampleLogger
l()
getTickTimeLogger()
method_56577()
getTickNanosLog()
public LocalSampleLogger
m()
getPingLogger()
method_53543()
getPingLog()
public LocalSampleLogger
n()
getBandwidthLogger()
method_53544()
getPacketSizeLog()
public ProfilerPieChart
o()
getProfilerPieChart()
method_61981()
getPieChart()
public void
a(long[] arg0, boe arg1)
logRemoteSample(long[] arg0, RemoteDebugSampleType arg1)
method_56828(long[] arg0, class_9192 arg1)
set(long[] values, DebugSampleType type)
public void
p()
reset()
method_53545()
clear()