Uses of Class
net.minecraft.util.profiler.MultiValueDebugSampleLogImpl
Packages that use MultiValueDebugSampleLogImpl
Package
Description
- 
Uses of MultiValueDebugSampleLogImpl in net.minecraft.client.gui.hudFields in net.minecraft.client.gui.hud declared as MultiValueDebugSampleLogImplModifier and TypeFieldDescriptionprivate final MultiValueDebugSampleLogImplDebugHud.frameNanosLogprivate final MultiValueDebugSampleLogImplDebugHud.packetSizeLogprivate final MultiValueDebugSampleLogImplDebugHud.pingLogprivate final MultiValueDebugSampleLogImplDebugHud.tickNanosLogFields in net.minecraft.client.gui.hud with type parameters of type MultiValueDebugSampleLogImplModifier and TypeFieldDescriptionprivate final Map<DebugSampleType, MultiValueDebugSampleLogImpl> DebugHud.receivedDebugSamplesMethods in net.minecraft.client.gui.hud that return MultiValueDebugSampleLogImplModifier and TypeMethodDescriptionDebugHud.getPacketSizeLog()DebugHud.getPingLog()DebugHud.getTickNanosLog()
- 
Uses of MultiValueDebugSampleLogImpl in net.minecraft.client.networkFields in net.minecraft.client.network declared as MultiValueDebugSampleLogImplConstructors in net.minecraft.client.network with parameters of type MultiValueDebugSampleLogImplModifierConstructorDescriptionPingMeasurer(ClientPlayNetworkHandler handler, MultiValueDebugSampleLogImpl log) 
- 
Uses of MultiValueDebugSampleLogImpl in net.minecraft.networkMethods in net.minecraft.network with parameters of type MultiValueDebugSampleLogImplModifier and TypeMethodDescriptionstatic ClientConnectionClientConnection.connect(InetSocketAddress address, boolean useEpoll, @Nullable MultiValueDebugSampleLogImpl packetSizeLog) voidClientConnection.resetPacketSizeLog(MultiValueDebugSampleLogImpl log) 
- 
Uses of MultiValueDebugSampleLogImpl in net.minecraft.network.handlerFields in net.minecraft.network.handler declared as MultiValueDebugSampleLogImplConstructors in net.minecraft.network.handler with parameters of type MultiValueDebugSampleLogImpl
- 
Uses of MultiValueDebugSampleLogImpl in net.minecraft.server.integratedMethods in net.minecraft.server.integrated that return MultiValueDebugSampleLogImplModifier and TypeMethodDescriptionprotected MultiValueDebugSampleLogImplIntegratedServer.getDebugSampleLog()
- 
Uses of MultiValueDebugSampleLogImpl in net.minecraft.testFields in net.minecraft.test declared as MultiValueDebugSampleLogImplModifier and TypeFieldDescriptionprivate final MultiValueDebugSampleLogImplTestServer.debugSampleLog