net.minecraft.client.telemetry

public record TelemetryProperty<T>

gui
net.minecraft.client.telemetry.TelemetryProperty
net.minecraft.class_7969
net.minecraft.client.session.telemetry.TelemetryEventProperty
net.minecraft.src.C_260411_

Field summary

Modifier and TypeField
private final String
F
id
comp_1171
id
f_260687_
private final String
G
exportKey
comp_1172
exportKey
f_260588_
private final com.mojang.serialization.Codec<T>
H
codec
comp_1173
codec
f_260706_
private final TelemetryProperty$Exporter<T>
I
exporter
comp_1174
exporter
f_260625_
private static final DateTimeFormatter
J
TIMESTAMP_FORMATTER
field_41457
DATE_TIME_FORMATTER
f_260684_
public static final TelemetryProperty<String>
a
USER_ID
field_41458
USER_ID
f_260659_
public static final TelemetryProperty<String>
b
CLIENT_ID
field_41459
CLIENT_ID
f_260475_
public static final TelemetryProperty<UUID>
c
MINECRAFT_SESSION_ID
field_41460
MINECRAFT_SESSION_ID
f_260530_
public static final TelemetryProperty<String>
d
GAME_VERSION
field_41461
GAME_VERSION
f_260597_
public static final TelemetryProperty<String>
e
OPERATING_SYSTEM
field_41462
OPERATING_SYSTEM
f_260441_
public static final TelemetryProperty<String>
f
PLATFORM
field_41463
PLATFORM
f_260586_
public static final TelemetryProperty<Boolean>
g
CLIENT_MODDED
field_41464
CLIENT_MODDED
f_260562_
public static final TelemetryProperty<String>
h
LAUNCHER_NAME
field_44839
LAUNCHER_NAME
f_285658_
public static final TelemetryProperty<UUID>
i
WORLD_SESSION_ID
field_41465
WORLD_SESSION_ID
f_260511_
public static final TelemetryProperty<Boolean>
j
SERVER_MODDED
field_41466
SERVER_MODDED
f_260499_
public static final TelemetryProperty<TelemetryProperty$ServerType>
k
SERVER_TYPE
field_41467
SERVER_TYPE
f_260635_
public static final TelemetryProperty<Boolean>
l
OPT_IN
field_41468
OPT_IN
f_260453_
public static final TelemetryProperty<Instant>
m
EVENT_TIMESTAMP_UTC
field_41469
EVENT_TIMESTAMP_UTC
f_260726_
public static final TelemetryProperty<TelemetryProperty$GameMode>
n
GAME_MODE
field_41470
GAME_MODE
f_260704_
public static final TelemetryProperty<String>
o
REALMS_MAP_CONTENT
field_44840
REALMS_MAP_CONTENT
f_285634_
public static final TelemetryProperty<Integer>
p
SECONDS_SINCE_LOAD
field_41471
SECONDS_SINCE_LOAD
f_260452_
public static final TelemetryProperty<Integer>
q
TICKS_SINCE_LOAD
field_41472
TICKS_SINCE_LOAD
f_260638_
public static final TelemetryProperty<it.unimi.dsi.fastutil.longs.LongList>
r
FRAME_RATE_SAMPLES
field_41473
FRAME_RATE_SAMPLES
f_260557_
public static final TelemetryProperty<it.unimi.dsi.fastutil.longs.LongList>
s
RENDER_TIME_SAMPLES
field_41474
RENDER_TIME_SAMPLES
f_260713_
public static final TelemetryProperty<it.unimi.dsi.fastutil.longs.LongList>
t
USED_MEMORY_SAMPLES
field_41475
USED_MEMORY_SAMPLES
f_260645_
public static final TelemetryProperty<Integer>
u
NUMBER_OF_SAMPLES
field_41476
NUMBER_OF_SAMPLES
f_260649_
public static final TelemetryProperty<Integer>
v
RENDER_DISTANCE
field_41477
RENDER_DISTANCE
f_260683_
public static final TelemetryProperty<Integer>
w
DEDICATED_MEMORY_KB
field_41478
DEDICATED_MEMORY_KB
f_260700_
public static final TelemetryProperty<Integer>
x
WORLD_LOAD_TIME_MS
field_41479
WORLD_LOAD_TIME_MS
f_260571_
public static final TelemetryProperty<Boolean>
y
NEW_WORLD
field_41480
NEW_WORLD
f_260437_
public static final TelemetryProperty<GameLoadTimesEvent$Measurement>
z
LOAD_TIME_TOTAL_TIME_MS
field_44841
LOAD_TIME_TOTAL_TIME_MS
f_285605_
public static final TelemetryProperty<GameLoadTimesEvent$Measurement>
A
LOAD_TIME_PRE_WINDOW_MS
field_44834
LOAD_TIME_PRE_WINDOW_MS
f_285649_
public static final TelemetryProperty<GameLoadTimesEvent$Measurement>
B
LOAD_TIME_BOOTSTRAP_MS
field_44835
LOAD_TIME_BOOTSTRAP_MS
f_285586_
public static final TelemetryProperty<GameLoadTimesEvent$Measurement>
C
LOAD_TIME_LOADING_OVERLAY_MS
field_44836
LOAD_TIME_LOADING_OVERLAY_MS
f_285629_
public static final TelemetryProperty<String>
D
ADVANCEMENT_ID
field_44837
ADVANCEMENT_ID
f_285565_
public static final TelemetryProperty<Long>
E
ADVANCEMENT_GAME_TIME
field_44838
ADVANCEMENT_GAME_TIME
f_285625_

Constructor summary

ModifierConstructor
public (String exportKey, String codec, com.mojang.serialization.Codec<T> exporter, TelemetryProperty$Exporter<T> arg3)

Method summary

Modifier and TypeMethod
public static <T> TelemetryProperty<T>
a(String arg0, String arg1, com.mojang.serialization.Codec<T> arg2, gui$a<T> arg3)
create(String arg0, String arg1, com.mojang.serialization.Codec<T> arg2, TelemetryProperty$Exporter<T> arg3)
method_47751(String arg0, String arg1, com.mojang.serialization.Codec<T> arg2, class_7969$class_7970<T> arg3)
of(String id, String exportKey, com.mojang.serialization.Codec<T> codec, TelemetryEventProperty$PropertyExporter<T> exporter)
m_261147_(String p_262052_, String p_261851_, com.mojang.serialization.Codec<T> p_261617_, C_260411_$C_260387_<T> p_261478_)
public static TelemetryProperty<Boolean>
a(String arg0, String arg1)
bool(String arg0, String arg1)
method_47750(String arg0, String arg1)
ofBoolean(String id, String exportKey)
m_261193_(String p_261605_, String p_262064_)
public static TelemetryProperty<String>
b(String arg0, String arg1)
string(String arg0, String arg1)
method_47752(String arg0, String arg1)
ofString(String id, String exportKey)
m_261074_(String p_261570_, String p_261611_)
public static TelemetryProperty<Integer>
c(String arg0, String arg1)
integer(String arg0, String arg1)
method_47753(String arg0, String arg1)
ofInteger(String id, String exportKey)
m_261234_(String p_262077_, String p_261580_)
public static TelemetryProperty<Long>
d(String arg0, String arg1)
makeLong(String arg0, String arg1)
method_51798(String arg0, String arg1)
ofLong(String id, String exportKey)
m_286063_(String p_286489_, String p_286616_)
public static TelemetryProperty<UUID>
e(String arg0, String arg1)
uuid(String arg0, String arg1)
method_47754(String arg0, String arg1)
ofUuid(String id, String exportKey)
m_260851_(String p_261558_, String p_261707_)
public static TelemetryProperty<GameLoadTimesEvent$Measurement>
f(String arg0, String arg1)
gameLoadMeasurement(String arg0, String arg1)
method_51799(String arg0, String arg1)
ofTimeMeasurement(String id, String exportKey)
m_285885_(String p_286636_, String p_286769_)
public static TelemetryProperty<it.unimi.dsi.fastutil.longs.LongList>
g(String arg0, String arg1)
longSamples(String arg0, String arg1)
method_47755(String arg0, String arg1)
ofLongList(String id, String exportKey)
m_261255_(String p_262055_, String p_261726_)
public void
a(guj arg0, com.mojang.authlib.minecraft.TelemetryPropertyContainer arg1)
export(TelemetryPropertyMap arg0, com.mojang.authlib.minecraft.TelemetryPropertyContainer arg1)
method_47749(class_7973 arg0, com.mojang.authlib.minecraft.TelemetryPropertyContainer arg1)
addTo(PropertyMap map, com.mojang.authlib.minecraft.TelemetryPropertyContainer container)
m_261124_(C_260364_ p_262082_, com.mojang.authlib.minecraft.TelemetryPropertyContainer arg1)
public MutableComponent
a()
title()
method_47743()
getTitle()
m_261229_()
public String
b()
id()
comp_1171()
id()
f_260687_()
public String
c()
exportKey()
comp_1172()
exportKey()
f_260588_()
public com.mojang.serialization.Codec<T>
d()
codec()
comp_1173()
codec()
f_260706_()
public TelemetryProperty$Exporter<T>
e()
exporter()
comp_1174()
exporter()
f_260625_()