Uses of Class
net.minecraft.util.profiler.PerformanceLog
Packages that use PerformanceLog
Package
Description
The base package for all Minecraft classes.
-
Uses of PerformanceLog in net.minecraft
Fields in net.minecraft declared as PerformanceLogConstructors in net.minecraft with parameters of type PerformanceLogModifierConstructorDescriptionprotected
class_8755
(TextRenderer textRenderer, PerformanceLog performanceLog) class_8756
(TextRenderer textRenderer, PerformanceLog performanceLog) class_8757
(TextRenderer textRenderer, PerformanceLog performanceLog) class_8758
(TextRenderer textRenderer, PerformanceLog performanceLog) class_8759
(TextRenderer textRenderer, PerformanceLog performanceLog) -
Uses of PerformanceLog in net.minecraft.client
Fields in net.minecraft.client declared as PerformanceLogModifier and TypeFieldDescriptionfinal PerformanceLog
MinecraftClient.fpsLog
final PerformanceLog
MinecraftClient.pingPerformanceLog
final PerformanceLog
MinecraftClient.receivedPacketSizeLog
Methods in net.minecraft.client that return PerformanceLog -
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 ClientConnection
ClientConnection.connect
(InetSocketAddress address, boolean useEpoll, @Nullable PerformanceLog packetSizeLog) void
ClientConnection.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