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 pPipeline, PacketFlow pFlow, boolean pMemoryOnly, BandwidthDebugMonitor pBandwithDebugMonitor) private static io.netty.channel.ChannelInboundHandler
Connection.createFrameDecoder
(BandwidthDebugMonitor pBandwithDebugMonitor, boolean pMemoryOnly) Constructors in net.minecraft.network with parameters of type BandwidthDebugMonitorModifierConstructorDescriptionMonitorFrameDecoder
(BandwidthDebugMonitor pMonitor) Varint21FrameDecoder
(BandwidthDebugMonitor pMonitor)