Uses of Record Class
net.minecraft.client.telemetry.TelemetryEventInstance
Packages that use TelemetryEventInstance
-
Uses of TelemetryEventInstance in net.minecraft.client.telemetry
Fields in net.minecraft.client.telemetry with type parameters of type TelemetryEventInstanceModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<TelemetryEventInstance>
TelemetryEventType.codec
static final com.mojang.serialization.Codec<TelemetryEventInstance>
TelemetryEventInstance.CODEC
private final JsonEventLog<TelemetryEventInstance>
TelemetryEventLog.log
Methods in net.minecraft.client.telemetry that return types with arguments of type TelemetryEventInstanceModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<TelemetryEventInstance>
TelemetryEventType.codec()
Methods in net.minecraft.client.telemetry with parameters of type TelemetryEventInstanceModifier and TypeMethodDescriptionvoid
TelemetryEventLogger.log
(TelemetryEventInstance p_261961_)