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 PerformanceLogModifierConstructorDescriptionprotectedclass_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 PerformanceLogMinecraftClient.fpsLogfinal PerformanceLogMinecraftClient.pingPerformanceLogfinal PerformanceLogMinecraftClient.receivedPacketSizeLogMethods 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 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