net.minecraft.client.gui.components

public class DebugScreenOverlay

fvw
net.minecraft.client.gui.components.DebugScreenOverlay
net.minecraft.class_340

Field summary

Modifier and TypeField
private static final float
a
CROSSHAIR_SCALE
field_59832
private static final int
b
CROSHAIR_INDEX_COUNT
field_57920
private static final int
c
COLOR_GREY
field_32187
private static final int
d
MARGIN_RIGHT
field_32188
private static final int
e
MARGIN_LEFT
field_32189
private static final int
f
MARGIN_TOP
field_32190
private static final Map<Heightmap$Types, String>
g
HEIGHTMAP_NAMES
field_19274
private final Minecraft
h
minecraft
field_2079
private final DebugScreenOverlay$AllocationRateCalculator
i
allocationRateCalculator
field_38985
private final Font
j
font
field_2081
private final GpuBuffer
k
crosshairBuffer
field_56578
private final RenderSystem$AutoStorageIndexBuffer
l
crosshairIndicies
field_57921
private HitResult
m
block
field_2082
private HitResult
n
liquid
field_2083
private ChunkPos
o
lastPos
field_2085
private LevelChunk
p
clientChunk
field_2084
private CompletableFuture<LevelChunk>
q
serverChunk
field_2080
private boolean
r
renderDebug
field_45988
private boolean
s
renderProfilerChart
field_45989
private boolean
t
renderFpsCharts
field_45990
private boolean
u
renderNetworkCharts
field_45991
private final LocalSampleLogger
v
frameTimeLogger
field_45992
private final LocalSampleLogger
w
tickTimeLogger
field_45993
private final LocalSampleLogger
x
pingLogger
field_45994
private final LocalSampleLogger
y
bandwidthLogger
field_45995
private final Map<RemoteDebugSampleType, LocalSampleLogger>
z
remoteSupportingLoggers
field_48931
private final FpsDebugChart
A
fpsChart
field_45910
private final TpsDebugChart
B
tpsChart
field_45913
private final PingDebugChart
C
pingChart
field_45911
private final BandwidthDebugChart
D
bandwidthChart
field_45912
private final ProfilerPieChart
E
profilerPieChart
field_52772

Constructor summary

ModifierConstructor
public (Minecraft arg0)

Method summary

Modifier and TypeMethod
public void
a()
clearChunkCache()
method_1842()
public void
a(fvb arg0)
render(GuiGraphics arg0)
method_1846(class_332 arg0)
protected void
b(fvb arg0)
drawGameInformation(GuiGraphics arg0)
method_1847(class_332 arg0)
protected void
c(fvb arg0)
drawSystemInformation(GuiGraphics arg0)
method_1848(class_332 arg0)
private void
a(fvb arg0, List<String> arg1, boolean arg2)
renderLines(GuiGraphics arg0, List<String> arg1, boolean arg2)
method_51745(class_332 arg0, List<String> arg1, boolean arg2)
protected List<String>
b()
getGameInformation()
method_1835()
private static String
a(ji<dmc> arg0)
printBiome(Holder<Biome> arg0)
method_40205(class_6880<class_1959> arg0)
private ServerLevel
q()
getServerLevel()
method_20603()
private String
r()
getServerChunkStats()
method_27871()
private Level
s()
getLevel()
method_1840()
private LevelChunk
t()
getServerChunk()
method_1834()
private LevelChunk
u()
getClientChunk()
method_1836()
protected List<String>
c()
getSystemInformation()
method_1839()
private String
a(Map$Entry<edj<?>, Comparable<?>> arg0)
getPropertyValueString(Map$Entry<Property<?>, Comparable<?>> arg0)
method_1845(Map$Entry<class_2769<?>, Comparable<?>> arg0)
private static long
b(long arg0)
bytesToMegabytes(long arg0)
method_1838(long arg0)
public boolean
d()
showDebugScreen()
method_53536()
public boolean
e()
showProfilerChart()
method_53537()
public boolean
f()
showNetworkCharts()
method_53538()
public boolean
g()
showFpsCharts()
method_56829()
public void
h()
toggleOverlay()
method_53539()
public void
i()
toggleNetworkCharts()
method_53540()
public void
j()
toggleFpsCharts()
method_53541()
public void
k()
toggleProfilerChart()
method_53542()
public void
a(long arg0)
logFrameDuration(long arg0)
method_53534(long arg0)
public LocalSampleLogger
l()
getTickTimeLogger()
method_56577()
public LocalSampleLogger
m()
getPingLogger()
method_53543()
public LocalSampleLogger
n()
getBandwidthLogger()
method_53544()
public ProfilerPieChart
o()
getProfilerPieChart()
method_61981()
public void
a(long[] arg0, bqb arg1)
logRemoteSample(long[] arg0, RemoteDebugSampleType arg1)
method_56828(long[] arg0, class_9192 arg1)
public void
p()
reset()
method_53545()
public void
a(fro arg0)
render3dCrosshair(Camera arg0)
method_67545(class_4184 arg0)