Uses of Class
net.minecraft.util.profiler.PerformanceLog
Packages that use PerformanceLog
Package
Description
-
Uses of PerformanceLog in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as PerformanceLogModifier and TypeFieldDescriptionprivate final PerformanceLogDebugHud.frameNanosLogprivate final PerformanceLogDebugHud.packetSizeLogprivate final PerformanceLogDebugHud.pingLogprivate final PerformanceLogDebugHud.tickNanosLogMethods in net.minecraft.client.gui.hud that return PerformanceLog -
Uses of PerformanceLog in net.minecraft.client.gui.hud.debug
Fields in net.minecraft.client.gui.hud.debug declared as PerformanceLogConstructors in net.minecraft.client.gui.hud.debug with parameters of type PerformanceLogModifierConstructorDescriptionprotectedDebugChart(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
Fields in net.minecraft.client.network declared as PerformanceLogConstructors in net.minecraft.client.network with parameters of type PerformanceLog -
Uses of PerformanceLog in net.minecraft.network
Methods in net.minecraft.network with parameters of type PerformanceLogModifier and TypeMethodDescriptionstatic ClientConnectionClientConnection.connect(InetSocketAddress address, boolean useEpoll, @Nullable PerformanceLog packetSizeLog) voidClientConnection.resetPacketSizeLog(PerformanceLog log) -
Uses of PerformanceLog in net.minecraft.network.handler
Fields in net.minecraft.network.handler declared as PerformanceLogConstructors in net.minecraft.network.handler with parameters of type PerformanceLog