Uses of Interface
net.minecraft.client.session.telemetry.TelemetryEventProperty.PropertyExporter
-
Uses of TelemetryEventProperty.PropertyExporter in net.minecraft.client.session.telemetry
Modifier and TypeFieldDescriptionprivate final TelemetryEventProperty.PropertyExporter<T>
TelemetryEventProperty.exporter
The field for theexporter
record component.Modifier and TypeMethodDescriptionTelemetryEventProperty.exporter()
Returns the value of theexporter
record component.Modifier and TypeMethodDescriptionstatic <T> TelemetryEventProperty<T>
TelemetryEventProperty.of
(String id, String exportKey, com.mojang.serialization.Codec<T> codec, TelemetryEventProperty.PropertyExporter<T> exporter) ModifierConstructorDescriptionTelemetryEventProperty
(String string, String string2, com.mojang.serialization.Codec<T> codec, TelemetryEventProperty.PropertyExporter<T> propertyExporter)