Uses of Record Class
net.minecraft.client.telemetry.events.GameLoadTimesEvent.Measurement
-
Uses of GameLoadTimesEvent.Measurement in net.minecraft.client.telemetry
Modifier 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
Modifier and TypeMethodDescriptionTelemetryProperty.gameLoadMeasurement
(String p_286636_, String p_286769_) -
Uses of GameLoadTimesEvent.Measurement in net.minecraft.client.telemetry.events
Modifier 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
Modifier and TypeMethodDescriptionvoid
GameLoadTimesEvent.beginStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286394_) void
GameLoadTimesEvent.beginStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286396_, com.google.common.base.Stopwatch p_286822_) private void
GameLoadTimesEvent.beginStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286311_, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> p_286454_) private void
GameLoadTimesEvent.beginStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286311_, Function<TelemetryProperty<GameLoadTimesEvent.Measurement>, com.google.common.base.Stopwatch> p_286454_) void
GameLoadTimesEvent.endStep
(TelemetryProperty<GameLoadTimesEvent.Measurement> p_286634_)