Class GameLoadTimeEvent
java.lang.Object
net.minecraft.client.session.telemetry.GameLoadTimeEvent
- Mappings:
- Namespace - Name - named - net/minecraft/client/session/telemetry/GameLoadTimeEvent- intermediary - net/minecraft/class_8561- official - hkl
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate OptionalLongstatic final GameLoadTimeEventprivate static final Loggerprivate final Map<TelemetryEventProperty<GameLoadTimeEvent.Measurement>, Stopwatch> private final Ticker
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Stopwatch stopwatch) private voidaddTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Function<TelemetryEventProperty<GameLoadTimeEvent.Measurement>, Stopwatch> stopwatchProvider) voidsend(TelemetrySender sender) voidsetBootstrapTime(long bootstrapTime) voidvoid
- 
Field Details- 
INSTANCE- Mappings:
- Namespace - Name - Mixin selector - named - INSTANCE- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;INSTANCE:Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;- intermediary - field_44842- Lnet/minecraft/class_8561;field_44842:Lnet/minecraft/class_8561;- official - a- Lhkl;a:Lhkl;
 
- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;LOGGER:Lorg/slf4j/Logger;- intermediary - field_44843- Lnet/minecraft/class_8561;field_44843:Lorg/slf4j/Logger;- official - b- Lhkl;b:Lorg/slf4j/Logger;
 
- 
ticker- Mappings:
- Namespace - Name - Mixin selector - named - ticker- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;ticker:Lcom/google/common/base/Ticker;- intermediary - field_44844- Lnet/minecraft/class_8561;field_44844:Lcom/google/common/base/Ticker;- official - c- Lhkl;c:Lcom/google/common/base/Ticker;
 
- 
stopwatches- Mappings:
- Namespace - Name - Mixin selector - named - stopwatches- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;stopwatches:Ljava/util/Map;- intermediary - field_44845- Lnet/minecraft/class_8561;field_44845:Ljava/util/Map;- official - d- Lhkl;d:Ljava/util/Map;
 
- 
bootstrapTime- Mappings:
- Namespace - Name - Mixin selector - named - bootstrapTime- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;bootstrapTime:Ljava/util/OptionalLong;- intermediary - field_44846- Lnet/minecraft/class_8561;field_44846:Ljava/util/OptionalLong;- official - e- Lhkl;e:Ljava/util/OptionalLong;
 
 
- 
- 
Constructor Details- 
GameLoadTimeEvent- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;<init>(Lcom/google/common/base/Ticker;)V- intermediary - <init>- Lnet/minecraft/class_8561;<init>(Lcom/google/common/base/Ticker;)V- official - <init>- Lhkl;<init>(Lcom/google/common/base/Ticker;)V
 
 
- 
- 
Method Details- 
startTimer- Mappings:
- Namespace - Name - Mixin selector - named - startTimer- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;startTimer(Lnet/minecraft/client/session/telemetry/TelemetryEventProperty;)V- intermediary - method_51806- Lnet/minecraft/class_8561;method_51806(Lnet/minecraft/class_7969;)V- official - a- Lhkl;a(Lhkh;)V
 
- 
addTimerpublic void addTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Stopwatch stopwatch) - Mappings:
- Namespace - Name - Mixin selector - named - addTimer- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;addTimer(Lnet/minecraft/client/session/telemetry/TelemetryEventProperty;Lcom/google/common/base/Stopwatch;)V- intermediary - method_51807- Lnet/minecraft/class_8561;method_51807(Lnet/minecraft/class_7969;Lcom/google/common/base/Stopwatch;)V- official - a- Lhkl;a(Lhkh;Lcom/google/common/base/Stopwatch;)V
 
- 
addTimerprivate void addTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Function<TelemetryEventProperty<GameLoadTimeEvent.Measurement>, Stopwatch> stopwatchProvider) - Mappings:
- Namespace - Name - Mixin selector - named - addTimer- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;addTimer(Lnet/minecraft/client/session/telemetry/TelemetryEventProperty;Ljava/util/function/Function;)V- intermediary - method_51808- Lnet/minecraft/class_8561;method_51808(Lnet/minecraft/class_7969;Ljava/util/function/Function;)V- official - a- Lhkl;a(Lhkh;Ljava/util/function/Function;)V
 
- 
stopTimer- Mappings:
- Namespace - Name - Mixin selector - named - stopTimer- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;stopTimer(Lnet/minecraft/client/session/telemetry/TelemetryEventProperty;)V- intermediary - method_51812- Lnet/minecraft/class_8561;method_51812(Lnet/minecraft/class_7969;)V- official - b- Lhkl;b(Lhkh;)V
 
- 
send- Mappings:
- Namespace - Name - Mixin selector - named - send- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;send(Lnet/minecraft/client/session/telemetry/TelemetrySender;)V- intermediary - method_51805- Lnet/minecraft/class_8561;method_51805(Lnet/minecraft/class_7965;)V- official - a- Lhkl;a(Lhke;)V
 
- 
setBootstrapTimepublic void setBootstrapTime(long bootstrapTime) - Mappings:
- Namespace - Name - Mixin selector - named - setBootstrapTime- Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;setBootstrapTime(J)V- intermediary - method_51803- Lnet/minecraft/class_8561;method_51803(J)V- official - a- Lhkl;a(J)V
 
 
-