Package net.minecraft.client.telemetry
Class TelemetryEventType
java.lang.Object
net.minecraft.client.telemetry.TelemetryEventType
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TelemetryEventTypeprivate final com.mojang.serialization.Codec<TelemetryEventInstance>static final com.mojang.serialization.Codec<TelemetryEventType>private final Stringstatic final TelemetryEventTypeprivate static final List<TelemetryProperty<?>>private final Stringprivate final booleanstatic final TelemetryEventTypeprivate final List<TelemetryProperty<?>>(package private) static final Map<String,TelemetryEventType> static final TelemetryEventTypestatic final TelemetryEventTypeprivate static final List<TelemetryProperty<?>>static final TelemetryEventType - 
Constructor Summary
ConstructorsConstructorDescriptionTelemetryEventType(String p_261787_, String p_262121_, List<TelemetryProperty<?>> p_261987_, boolean p_261511_)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic TelemetryEventType.Buildercom.mojang.serialization.Codec<TelemetryEventInstance>codec()<T> booleancontains(TelemetryProperty<T> p_262037_) com.mojang.authlib.minecraft.TelemetryEventexport(com.mojang.authlib.minecraft.TelemetrySession p_262179_, TelemetryPropertyMap p_262018_) id()booleanisOptIn()private MutableComponentmakeTranslation(String p_261909_) title()toString()static List<TelemetryEventType>values() 
- 
Field Details
- 
REGISTRY
 - 
CODEC
 - 
GLOBAL_PROPERTIES
 - 
WORLD_SESSION_PROPERTIES
 - 
WORLD_LOADED
 - 
PERFORMANCE_METRICS
 - 
WORLD_LOAD_TIMES
 - 
WORLD_UNLOADED
 - 
ADVANCEMENT_MADE
 - 
GAME_LOAD_TIMES
 - 
id
 - 
exportKey
 - 
properties
 - 
isOptIn
private final boolean isOptIn - 
codec
 
 - 
 - 
Constructor Details
- 
TelemetryEventType
TelemetryEventType(String p_261787_, String p_262121_, List<TelemetryProperty<?>> p_261987_, boolean p_261511_)  
 - 
 - 
Method Details
- 
builder
 - 
id
 - 
properties
 - 
codec
 - 
isOptIn
public boolean isOptIn() - 
export
public com.mojang.authlib.minecraft.TelemetryEvent export(com.mojang.authlib.minecraft.TelemetrySession p_262179_, TelemetryPropertyMap p_262018_)  - 
contains
 - 
toString
 - 
title
 - 
description
 - 
makeTranslation
 - 
values
 
 -