Uses of Interface
net.minecraft.client.telemetry.TelemetryProperty.Exporter
-
Uses of TelemetryProperty.Exporter in net.minecraft.client.telemetry
Modifier and TypeFieldDescriptionprivate final TelemetryProperty.Exporter<T>
TelemetryProperty.exporter
The field for theexporter
record component.Modifier and TypeMethodDescriptionTelemetryProperty.exporter()
Returns the value of theexporter
record component.Modifier and TypeMethodDescriptionstatic <T> TelemetryProperty<T>
TelemetryProperty.create
(String p_262052_, String p_261851_, com.mojang.serialization.Codec<T> p_261617_, TelemetryProperty.Exporter<T> p_261478_) ModifierConstructorDescriptionTelemetryProperty
(String id, String exportKey, com.mojang.serialization.Codec<T> codec, TelemetryProperty.Exporter<T> exporter) Creates an instance of aTelemetryProperty
record class.