Uses of Class
net.minecraft.util.profiler.PerformanceLog
Packages that use PerformanceLog
Package
Description
-
Uses of PerformanceLog in net.minecraft.client
Fields in net.minecraft.client declared as PerformanceLogModifier and TypeFieldDescriptionfinal PerformanceLogMinecraftClient.frameNanosLogfinal PerformanceLogMinecraftClient.pingPerformanceLogfinal PerformanceLogMinecraftClient.receivedPacketSizeLogMethods in net.minecraft.client 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) -
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 -
Uses of PerformanceLog in net.minecraft.server
Fields in net.minecraft.server declared as PerformanceLogMethods in net.minecraft.server that return PerformanceLog