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_297994_, SampleLogger p_298236_) BandwidthDebugChart
(Font p_298629_, SampleLogger p_299208_) FpsDebugChart
(Font p_299321_, SampleLogger p_301061_) PingDebugChart
(Font p_299160_, SampleLogger p_300665_) TpsDebugChart
(Font p_298557_, SampleLogger p_298113_, Supplier<Float> p_309657_) -
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_300283_, SampleLogger p_300149_) -
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_300093_) void
Connection.setBandwidthLogger
(SampleLogger p_300126_) Constructors in net.minecraft.network with parameters of type SampleLogger