net.minecraft.client.telemetry

public class ClientTelemetryManager

implements AutoCloseable

hgr
net.minecraft.client.telemetry.ClientTelemetryManager
net.minecraft.class_6628
net.minecraft.client.session.telemetry.TelemetryManager

Field summary

Modifier and TypeField
private static final AtomicInteger
a
THREAD_COUNT
field_34948
NEXT_WORKER_ID
private static final Executor
b
EXECUTOR
field_34949
EXECUTOR
private final Minecraft
c
minecraft
field_47702
client
private final com.mojang.authlib.minecraft.UserApiService
d
userApiService
field_41426
userApiService
private final TelemetryPropertyMap
e
deviceSessionProperties
field_41427
propertyMap
private final Path
f
logDirectory
field_41428
logDirectory
private final CompletableFuture<Optional<TelemetryLogManager>>
g
logManager
field_41429
logManager
private final Supplier<TelemetryEventSender>
h
outsideSessionSender
field_44831
lazySenderSupplier

Constructor summary

ModifierConstructor
public (Minecraft client, com.mojang.authlib.minecraft.UserApiService userApiService, User session)

Method summary

Modifier and TypeMethod
public WorldSessionTelemetryManager
a(boolean arg0, Duration arg1, String arg2)
createWorldSessionManager(boolean arg0, Duration arg1, String arg2)
method_47706(boolean arg0, Duration arg1, String arg2)
createWorldSession(boolean newWorld, Duration worldLoadTime, String minigameName)
public TelemetryEventSender
a()
getOutsideSessionSender()
method_51796()
getSender()
private TelemetryEventSender
c()
createEventSender()
method_47707()
computeSender()
public Path
b()
getLogDirectory()
method_47701()
getLogManager()
public void
close()
close()