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 p_286636_, String p_286769_) -
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> p_286394_) voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286396_, com.google.common.base.Stopwatch p_286822_) private voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286311_, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> p_286454_) private voidGameLoadTimesEvent.beginStep(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286311_, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> p_286454_) voidGameLoadTimesEvent.endStep(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286634_)