Uses of Record Class
net.minecraft.client.telemetry.events.GameLoadTimesEvent.Measurement
Packages that use GameLoadTimesEvent.Measurement
-
Uses of GameLoadTimesEvent.Measurement in net.minecraft.client.telemetry
Fields in net.minecraft.client.telemetry with type parameters of type GameLoadTimesEvent.MeasurementModifier and TypeFieldDescriptionstatic final TelemetryProperty
<GameLoadTimesEvent.Measurement> TelemetryProperty.LOAD_TIME_BOOTSTRAP_MS
static final TelemetryProperty
<GameLoadTimesEvent.Measurement> TelemetryProperty.LOAD_TIME_LOADING_OVERLAY_MS
static final TelemetryProperty
<GameLoadTimesEvent.Measurement> TelemetryProperty.LOAD_TIME_PRE_WINDOW_MS
static final TelemetryProperty
<GameLoadTimesEvent.Measurement> TelemetryProperty.LOAD_TIME_TOTAL_TIME_MS
Methods in net.minecraft.client.telemetry that return types with arguments of type GameLoadTimesEvent.MeasurementModifier and TypeMethodDescriptionTelemetryProperty.gameLoadMeasurement
(String id, String exportKey) -
Uses of GameLoadTimesEvent.Measurement in net.minecraft.client.telemetry.events
Fields in net.minecraft.client.telemetry.events with type parameters of type GameLoadTimesEvent.MeasurementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<GameLoadTimesEvent.Measurement> GameLoadTimesEvent.Measurement.CODEC
private final Map
<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> GameLoadTimesEvent.measurements
Method parameters in net.minecraft.client.telemetry.events with type arguments of type GameLoadTimesEvent.MeasurementModifier and TypeMethodDescriptionvoid
GameLoadTimesEvent.beginStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement) void
GameLoadTimesEvent.beginStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement, com.google.common.base.Stopwatch stopwatch) private void
GameLoadTimesEvent.beginStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> stopwatchGetter) private void
GameLoadTimesEvent.beginStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> stopwatchGetter) void
GameLoadTimesEvent.endStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement)