net.minecraft.client.session.telemetry

public class GameLoadTimeEvent

net.minecraft.client.telemetry.events.GameLoadTimesEvent
net.minecraft.client.telemetry.events.GameLoadTimesEvent
net.minecraft.class_8561
net.minecraft.client.session.telemetry.GameLoadTimeEvent

Field summary

Modifier and TypeField
public static final GameLoadTimeEvent
INSTANCE
INSTANCE
field_44842
INSTANCE
private static final org.slf4j.Logger
LOGGER
LOGGER
field_44843
LOGGER
private final com.google.common.base.Ticker
timeSource
timeSource
field_44844
ticker
private final Map<TelemetryEventProperty<GameLoadTimeEvent$Measurement>, com.google.common.base.Stopwatch>
measurements
measurements
field_44845
stopwatches
private OptionalLong
bootstrapTime
bootstrapTime
field_44846
bootstrapTime

Constructor summary

ModifierConstructor
protected (com.google.common.base.Ticker ticker)

Method summary

Modifier and TypeMethod
public synchronized void
beginStep(TelemetryProperty<GameLoadTimesEvent$Measurement> property)
beginStep(TelemetryProperty<GameLoadTimesEvent$Measurement> property)
method_51806(class_7969<class_8561$class_8562> arg0)
startTimer(TelemetryEventProperty<GameLoadTimeEvent$Measurement> property)
public synchronized void
beginStep(TelemetryProperty<GameLoadTimesEvent$Measurement> property, com.google.common.base.Stopwatch measurement)
beginStep(TelemetryProperty<GameLoadTimesEvent$Measurement> property, com.google.common.base.Stopwatch measurement)
method_51807(class_7969<class_8561$class_8562> arg0, com.google.common.base.Stopwatch arg1)
addTimer(TelemetryEventProperty<GameLoadTimeEvent$Measurement> property, com.google.common.base.Stopwatch stopwatch)
private synchronized void
beginStep(TelemetryProperty<GameLoadTimesEvent$Measurement> property, Function<TelemetryProperty<GameLoadTimesEvent$Measurement>, com.google.common.base.Stopwatch> measurement)
beginStep(TelemetryProperty<GameLoadTimesEvent$Measurement> property, Function<TelemetryProperty<GameLoadTimesEvent$Measurement>, com.google.common.base.Stopwatch> measurement)
method_51808(class_7969<class_8561$class_8562> arg0, Function<class_7969<class_8561$class_8562>, com.google.common.base.Stopwatch> arg1)
addTimer(TelemetryEventProperty<GameLoadTimeEvent$Measurement> property, Function<TelemetryEventProperty<GameLoadTimeEvent$Measurement>, com.google.common.base.Stopwatch> stopwatchProvider)
public synchronized void
endStep(TelemetryProperty<GameLoadTimesEvent$Measurement> property)
endStep(TelemetryProperty<GameLoadTimesEvent$Measurement> property)
method_51812(class_7969<class_8561$class_8562> arg0)
stopTimer(TelemetryEventProperty<GameLoadTimeEvent$Measurement> property)
public void
send(TelemetryEventSender eventSender)
send(TelemetryEventSender eventSender)
method_51805(class_7965 arg0)
send(TelemetrySender sender)
public synchronized void
setBootstrapTime(long duration)
setBootstrapTime(long duration)
method_51803(long arg0)
setBootstrapTime(long bootstrapTime)