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 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.CODECprivate final Map<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> GameLoadTimesEvent.measurementsMethod parameters in net.minecraft.client.telemetry.events with type arguments of type GameLoadTimesEvent.MeasurementModifier and TypeMethodDescriptionvoidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement) voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement, com.google.common.base.Stopwatch stopwatch) private voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> stopwatchGetter) private voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> stopwatchGetter) voidGameLoadTimesEvent.endStep(TelemetryProperty<GameLoadTimesEvent.Measurement> measurement)