net.minecraft.client.telemetry

public class TelemetryEventType

hgw
net.minecraft.client.telemetry.TelemetryEventType
net.minecraft.class_7966
net.minecraft.client.session.telemetry.TelemetryEventType

Field summary

Modifier and TypeField
static final Map<String, TelemetryEventType>
h
REGISTRY
field_41440
TYPES
public static final com.mojang.serialization.Codec<TelemetryEventType>
a
CODEC
field_41435
CODEC
private static final List<TelemetryProperty<?>>
i
GLOBAL_PROPERTIES
field_41441
BASIC_PROPERTIES
private static final List<TelemetryProperty<?>>
j
WORLD_SESSION_PROPERTIES
field_41442
REQUIRED_PROPERTIES
public static final TelemetryEventType
b
WORLD_LOADED
field_41436
WORLD_LOADED
public static final TelemetryEventType
c
PERFORMANCE_METRICS
field_41437
PERFORMANCE_METRICS
public static final TelemetryEventType
d
WORLD_LOAD_TIMES
field_41438
WORLD_LOAD_TIMES
public static final TelemetryEventType
e
WORLD_UNLOADED
field_41439
WORLD_UNLOADED
public static final TelemetryEventType
f
ADVANCEMENT_MADE
field_44832
ADVANCEMENT_MADE
public static final TelemetryEventType
g
GAME_LOAD_TIMES
field_44833
GAME_LOAD_TIMES
private final String
k
id
field_41443
id
private final String
l
exportKey
field_41444
exportKey
private final List<TelemetryProperty<?>>
m
properties
field_41445
properties
private final boolean
n
isOptIn
field_41446
optional
private final com.mojang.serialization.MapCodec<TelemetryEventInstance>
o
codec
field_41447
codec

Constructor summary

ModifierConstructor
(String id, String exportKey, List<TelemetryProperty<?>> properties, boolean optional)

Method summary

Modifier and TypeMethod
public static TelemetryEventType$Builder
a(String arg0, String arg1)
builder(String arg0, String arg1)
method_47725(String arg0, String arg1)
builder(String id, String sentEventId)
public String
a()
id()
method_47720()
getId()
public List<TelemetryProperty<?>>
b()
properties()
method_47726()
getProperties()
public com.mojang.serialization.MapCodec<TelemetryEventInstance>
c()
codec()
method_47728()
getCodec()
public boolean
d()
isOptIn()
method_47729()
isOptional()
public com.mojang.authlib.minecraft.TelemetryEvent
a(com.mojang.authlib.minecraft.TelemetrySession arg0, hgz arg1)
export(com.mojang.authlib.minecraft.TelemetrySession arg0, TelemetryPropertyMap arg1)
method_47721(com.mojang.authlib.minecraft.TelemetrySession arg0, class_7973 arg1)
createEvent(com.mojang.authlib.minecraft.TelemetrySession session, PropertyMap properties)
public <T> boolean
a(hgy<T> arg0)
contains(TelemetryProperty<T> arg0)
method_47722(class_7969<T> arg0)
hasProperty(TelemetryEventProperty<T> property)
public MutableComponent
e()
title()
method_47730()
getTitle()
public MutableComponent
f()
description()
method_47731()
getDescription()
private MutableComponent
a(String arg0)
makeTranslation(String arg0)
method_47724(String arg0)
getText(String key)
public static List<TelemetryEventType>
g()
values()
method_47732()
getTypes()