Uses of Class
net.minecraft.util.SampleLogger
Packages that use SampleLogger
Package
Description
-
Uses of SampleLogger in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as SampleLoggerModifier and TypeFieldDescriptionprivate final SampleLogger
DebugScreenOverlay.bandwidthLogger
private final SampleLogger
DebugScreenOverlay.frameTimeLogger
private final SampleLogger
DebugScreenOverlay.pingLogger
private final SampleLogger
DebugScreenOverlay.tickTimeLogger
Methods in net.minecraft.client.gui.components that return SampleLoggerModifier and TypeMethodDescriptionDebugScreenOverlay.getBandwidthLogger()
DebugScreenOverlay.getPingLogger()
-
Uses of SampleLogger in net.minecraft.client.gui.components.debugchart
Fields in net.minecraft.client.gui.components.debugchart declared as SampleLoggerConstructors in net.minecraft.client.gui.components.debugchart with parameters of type SampleLoggerModifierConstructorDescriptionprotected
AbstractDebugChart
(Font p_299029_, SampleLogger p_298721_) BandwidthDebugChart
(Font p_298747_, SampleLogger p_298665_) FpsDebugChart
(Font p_298374_, SampleLogger p_298551_) PingDebugChart
(Font p_298944_, SampleLogger p_298581_) TpsDebugChart
(Font p_299254_, SampleLogger p_299229_, Supplier<Float> p_309098_) -
Uses of SampleLogger in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as SampleLoggerConstructors in net.minecraft.client.multiplayer with parameters of type SampleLoggerModifierConstructorDescriptionPingDebugMonitor
(ClientPacketListener p_298598_, SampleLogger p_298618_) -
Uses of SampleLogger in net.minecraft.network
Fields in net.minecraft.network declared as SampleLoggerModifier and TypeFieldDescriptionprivate final SampleLogger
BandwidthDebugMonitor.bandwidthLogger
Methods in net.minecraft.network with parameters of type SampleLoggerModifier and TypeMethodDescriptionstatic Connection
Connection.connectToServer
(InetSocketAddress p_178301_, boolean p_178302_, SampleLogger p_298674_) void
Connection.setBandwidthLogger
(SampleLogger p_299187_) Constructors in net.minecraft.network with parameters of type SampleLogger