Uses of Interface
net.minecraft.client.session.telemetry.TelemetryEventProperty.PropertyExporter
Packages that use TelemetryEventProperty.PropertyExporter
-
Uses of TelemetryEventProperty.PropertyExporter in net.minecraft.client.session.telemetry
Fields in net.minecraft.client.session.telemetry declared as TelemetryEventProperty.PropertyExporterModifier and TypeFieldDescriptionprivate final TelemetryEventProperty.PropertyExporter
<T> TelemetryEventProperty.exporter
The field for theexporter
record component.Methods in net.minecraft.client.session.telemetry that return TelemetryEventProperty.PropertyExporterModifier and TypeMethodDescriptionTelemetryEventProperty.exporter()
Returns the value of theexporter
record component.Methods in net.minecraft.client.session.telemetry with parameters of type TelemetryEventProperty.PropertyExporterModifier and TypeMethodDescriptionstatic <T> TelemetryEventProperty
<T> TelemetryEventProperty.of
(String id, String exportKey, com.mojang.serialization.Codec<T> codec, TelemetryEventProperty.PropertyExporter<T> exporter) Constructors in net.minecraft.client.session.telemetry with parameters of type TelemetryEventProperty.PropertyExporterModifierConstructorDescriptionTelemetryEventProperty
(String string, String string2, com.mojang.serialization.Codec<T> codec, TelemetryEventProperty.PropertyExporter<T> propertyExporter)