Uses of Class
net.minecraft.util.profiler.MultiValueDebugSampleLogImpl
Package
Description
-
Uses of MultiValueDebugSampleLogImpl in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate final MultiValueDebugSampleLogImpl
DebugHud.frameNanosLog
private final MultiValueDebugSampleLogImpl
DebugHud.packetSizeLog
private final MultiValueDebugSampleLogImpl
DebugHud.pingLog
private final MultiValueDebugSampleLogImpl
DebugHud.tickNanosLog
Modifier and TypeFieldDescriptionprivate final Map
<DebugSampleType, MultiValueDebugSampleLogImpl> DebugHud.receivedDebugSamples
Modifier and TypeMethodDescriptionDebugHud.getPacketSizeLog()
DebugHud.getPingLog()
DebugHud.getTickNanosLog()
-
Uses of MultiValueDebugSampleLogImpl in net.minecraft.client.network
ModifierConstructorDescriptionPingMeasurer
(ClientPlayNetworkHandler handler, MultiValueDebugSampleLogImpl log) -
Uses of MultiValueDebugSampleLogImpl in net.minecraft.network
Modifier 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
-
Uses of MultiValueDebugSampleLogImpl in net.minecraft.server.integrated
Modifier and TypeMethodDescriptionprotected MultiValueDebugSampleLogImpl
IntegratedServer.getDebugSampleLog()
-
Uses of MultiValueDebugSampleLogImpl in net.minecraft.test
Modifier and TypeFieldDescriptionprivate final MultiValueDebugSampleLogImpl
TestServer.debugSampleLog