Uses of Class
net.minecraft.util.profiler.MultiValueDebugSampleLogImpl
Packages that use MultiValueDebugSampleLogImpl
Package
Description
-
Uses of MultiValueDebugSampleLogImpl in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as MultiValueDebugSampleLogImplModifier and TypeFieldDescriptionprivate final MultiValueDebugSampleLogImpl
DebugHud.frameNanosLog
private final MultiValueDebugSampleLogImpl
DebugHud.packetSizeLog
private final MultiValueDebugSampleLogImpl
DebugHud.pingLog
private final MultiValueDebugSampleLogImpl
DebugHud.tickNanosLog
Fields in net.minecraft.client.gui.hud with type parameters of type MultiValueDebugSampleLogImplModifier and TypeFieldDescriptionprivate final Map
<DebugSampleType, MultiValueDebugSampleLogImpl> DebugHud.receivedDebugSamples
Methods in net.minecraft.client.gui.hud that return MultiValueDebugSampleLogImplModifier and TypeMethodDescriptionDebugHud.getPacketSizeLog()
DebugHud.getPingLog()
DebugHud.getTickNanosLog()
-
Uses of MultiValueDebugSampleLogImpl in net.minecraft.client.network
Fields 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.network
Methods in net.minecraft.network with parameters of type MultiValueDebugSampleLogImplModifier and TypeMethodDescriptionstatic ClientConnection
ClientConnection.connect
(InetSocketAddress address, boolean useEpoll, @Nullable MultiValueDebugSampleLogImpl packetSizeLog) void
ClientConnection.resetPacketSizeLog
(MultiValueDebugSampleLogImpl log) -
Uses of MultiValueDebugSampleLogImpl in net.minecraft.network.handler
Fields 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.integrated
Methods in net.minecraft.server.integrated that return MultiValueDebugSampleLogImplModifier and TypeMethodDescriptionprotected MultiValueDebugSampleLogImpl
IntegratedServer.getDebugSampleLog()
-
Uses of MultiValueDebugSampleLogImpl in net.minecraft.test
Fields in net.minecraft.test declared as MultiValueDebugSampleLogImplModifier and TypeFieldDescriptionprivate final MultiValueDebugSampleLogImpl
TestServer.debugSampleLog