Uses of Class
net.minecraft.util.debugchart.LocalSampleLogger
Packages that use LocalSampleLogger
Package
Description
-
Uses of LocalSampleLogger in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as LocalSampleLoggerModifier and TypeFieldDescriptionprivate final LocalSampleLogger
DebugScreenOverlay.bandwidthLogger
private final LocalSampleLogger
DebugScreenOverlay.frameTimeLogger
private final LocalSampleLogger
DebugScreenOverlay.pingLogger
private final LocalSampleLogger
DebugScreenOverlay.tickTimeLogger
Fields in net.minecraft.client.gui.components with type parameters of type LocalSampleLoggerModifier and TypeFieldDescriptionprivate final Map
<RemoteDebugSampleType, LocalSampleLogger> DebugScreenOverlay.remoteSupportingLoggers
Methods in net.minecraft.client.gui.components that return LocalSampleLoggerModifier and TypeMethodDescriptionDebugScreenOverlay.getBandwidthLogger()
DebugScreenOverlay.getPingLogger()
DebugScreenOverlay.getTickTimeLogger()
-
Uses of LocalSampleLogger in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as LocalSampleLoggerConstructors in net.minecraft.client.multiplayer with parameters of type LocalSampleLoggerModifierConstructorDescriptionPingDebugMonitor
(ClientPacketListener p_298598_, LocalSampleLogger p_323903_) -
Uses of LocalSampleLogger in net.minecraft.client.server
Methods in net.minecraft.client.server that return LocalSampleLoggerModifier and TypeMethodDescriptionprotected LocalSampleLogger
IntegratedServer.getTickTimeLogger()
-
Uses of LocalSampleLogger in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as LocalSampleLogger -
Uses of LocalSampleLogger in net.minecraft.network
Fields in net.minecraft.network declared as LocalSampleLoggerModifier and TypeFieldDescriptionprivate final LocalSampleLogger
BandwidthDebugMonitor.bandwidthLogger
Methods in net.minecraft.network with parameters of type LocalSampleLoggerModifier and TypeMethodDescriptionstatic Connection
Connection.connectToServer
(InetSocketAddress p_178301_, boolean p_178302_, LocalSampleLogger p_324075_) void
Connection.setBandwidthLogger
(LocalSampleLogger p_323799_) Constructors in net.minecraft.network with parameters of type LocalSampleLogger