Uses of Class
net.minecraft.network.BandwidthDebugMonitor
Packages that use BandwidthDebugMonitor
-
Uses of BandwidthDebugMonitor in net.minecraft.network
Fields in net.minecraft.network declared as BandwidthDebugMonitorModifier and TypeFieldDescription(package private) BandwidthDebugMonitor
Connection.bandwidthDebugMonitor
private final BandwidthDebugMonitor
MonitorFrameDecoder.monitor
private final BandwidthDebugMonitor
Varint21FrameDecoder.monitor
Methods in net.minecraft.network with parameters of type BandwidthDebugMonitorModifier and TypeMethodDescriptionstatic void
Connection.configureSerialization
(io.netty.channel.ChannelPipeline pipeline, PacketFlow flow, boolean memoryOnly, BandwidthDebugMonitor bandwithDebugMonitor) private static io.netty.channel.ChannelInboundHandler
Connection.createFrameDecoder
(BandwidthDebugMonitor bandwithDebugMonitor, boolean memoryOnly) Constructors in net.minecraft.network with parameters of type BandwidthDebugMonitor