Uses of Class
net.minecraft.util.profiler.PerformanceLog
Package
Description
-
Uses of PerformanceLog in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate final PerformanceLog
DebugHud.frameNanosLog
private final PerformanceLog
DebugHud.packetSizeLog
private final PerformanceLog
DebugHud.pingLog
private final PerformanceLog
DebugHud.tickNanosLog
-
Uses of PerformanceLog in net.minecraft.client.gui.hud.debug
ModifierConstructorDescriptionprotected
DebugChart
(TextRenderer textRenderer, PerformanceLog log) PacketSizeChart
(TextRenderer textRenderer, PerformanceLog log) PingChart
(TextRenderer textRenderer, PerformanceLog log) RenderingChart
(TextRenderer textRenderer, PerformanceLog log) TickChart
(TextRenderer textRenderer, PerformanceLog log, Supplier<Float> millisPerTickSupplier) -
Uses of PerformanceLog in net.minecraft.client.network
-
Uses of PerformanceLog in net.minecraft.network
Modifier and TypeMethodDescriptionstatic ClientConnection
ClientConnection.connect
(InetSocketAddress address, boolean useEpoll, @Nullable PerformanceLog packetSizeLog) void
ClientConnection.resetPacketSizeLog
(PerformanceLog log) -
Uses of PerformanceLog in net.minecraft.network.handler