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_MSstatic final TelemetryProperty<GameLoadTimesEvent.Measurement> TelemetryProperty.LOAD_TIME_LOADING_OVERLAY_MSstatic final TelemetryProperty<GameLoadTimesEvent.Measurement> TelemetryProperty.LOAD_TIME_PRE_WINDOW_MSstatic final TelemetryProperty<GameLoadTimesEvent.Measurement> TelemetryProperty.LOAD_TIME_TOTAL_TIME_MSMethods in net.minecraft.client.telemetry that return types with arguments of type GameLoadTimesEvent.MeasurementModifier and TypeMethodDescriptionTelemetryProperty.gameLoadMeasurement(String pId, String pExportKey) -
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.CODECprivate final Map<TelemetryProperty<GameLoadTimesEvent.Measurement>, Stopwatch> GameLoadTimesEvent.measurementsMethod parameters in net.minecraft.client.telemetry.events with type arguments of type GameLoadTimesEvent.MeasurementModifier and TypeMethodDescriptionvoidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> pMeasurement) voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> pMeasurement, Stopwatch pStopwatch) private voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> pMeasurement, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, Stopwatch> pStopwatchGetter) private voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> pMeasurement, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, Stopwatch> pStopwatchGetter) voidGameLoadTimesEvent.endStep(TelemetryProperty<GameLoadTimesEvent.Measurement> pMeasurement)