net.minecraft.client.telemetry

public record TelemetryProperty<T>

ftc
net.minecraft.client.telemetry.TelemetryProperty
net.minecraft.class_7969
net.minecraft.client.util.telemetry.TelemetryEventProperty
net.minecraft.src.C_260411_

Field summary

Modifier and TypeField
private final String
x
id
comp_1171
id
f_260687_
private final String
y
exportKey
comp_1172
exportKey
f_260588_
private final com.mojang.serialization.Codec<T>
z
codec
comp_1173
codec
f_260706_
private final TelemetryProperty$Exporter<T>
A
exporter
comp_1174
exporter
f_260625_
private static final DateTimeFormatter
B
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<UUID>
h
WORLD_SESSION_ID
field_41465
WORLD_SESSION_ID
f_260511_
public static final TelemetryProperty<Boolean>
i
SERVER_MODDED
field_41466
SERVER_MODDED
f_260499_
public static final TelemetryProperty<TelemetryProperty$ServerType>
j
SERVER_TYPE
field_41467
SERVER_TYPE
f_260635_
public static final TelemetryProperty<Boolean>
k
OPT_IN
field_41468
OPT_IN
f_260453_
public static final TelemetryProperty<Instant>
l
EVENT_TIMESTAMP_UTC
field_41469
EVENT_TIMESTAMP_UTC
f_260726_
public static final TelemetryProperty<TelemetryProperty$GameMode>
m
GAME_MODE
field_41470
GAME_MODE
f_260704_
public static final TelemetryProperty<Integer>
n
SECONDS_SINCE_LOAD
field_41471
SECONDS_SINCE_LOAD
f_260452_
public static final TelemetryProperty<Integer>
o
TICKS_SINCE_LOAD
field_41472
TICKS_SINCE_LOAD
f_260638_
public static final TelemetryProperty<it.unimi.dsi.fastutil.longs.LongList>
p
FRAME_RATE_SAMPLES
field_41473
FRAME_RATE_SAMPLES
f_260557_
public static final TelemetryProperty<it.unimi.dsi.fastutil.longs.LongList>
q
RENDER_TIME_SAMPLES
field_41474
RENDER_TIME_SAMPLES
f_260713_
public static final TelemetryProperty<it.unimi.dsi.fastutil.longs.LongList>
r
USED_MEMORY_SAMPLES
field_41475
USED_MEMORY_SAMPLES
f_260645_
public static final TelemetryProperty<Integer>
s
NUMBER_OF_SAMPLES
field_41476
NUMBER_OF_SAMPLES
f_260649_
public static final TelemetryProperty<Integer>
t
RENDER_DISTANCE
field_41477
RENDER_DISTANCE
f_260683_
public static final TelemetryProperty<Integer>
u
DEDICATED_MEMORY_KB
field_41478
DEDICATED_MEMORY_KB
f_260700_
public static final TelemetryProperty<Integer>
v
WORLD_LOAD_TIME_MS
field_41479
WORLD_LOAD_TIME_MS
f_260571_
public static final TelemetryProperty<Boolean>
w
NEW_WORLD
field_41480
NEW_WORLD
f_260437_

Constructor summary

ModifierConstructor
public (String f_260588_, String f_260706_, com.mojang.serialization.Codec<T> f_260625_, 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, ftc$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<UUID>
d(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<it.unimi.dsi.fastutil.longs.LongList>
e(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(ftd 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_()