Class GameLoadTimeEvent
java.lang.Object
net.minecraft.client.session.telemetry.GameLoadTimeEvent
- Mappings:
 Namespace Name named net/minecraft/client/session/telemetry/GameLoadTimeEventintermediary net/minecraft/class_8561official hxm
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate OptionalLongstatic final GameLoadTimeEventprivate static final Loggerprivate final Map<TelemetryEventProperty<GameLoadTimeEvent.Measurement>, Stopwatch> private final Ticker - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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 INSTANCELnet/minecraft/client/session/telemetry/GameLoadTimeEvent;INSTANCE:Lnet/minecraft/client/session/telemetry/GameLoadTimeEvent;intermediary field_44842Lnet/minecraft/class_8561;field_44842:Lnet/minecraft/class_8561;official aLhxm;a:Lhxm;
 - 
LOGGER
- Mappings:
 Namespace Name Mixin selector named LOGGERLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;LOGGER:Lorg/slf4j/Logger;intermediary field_44843Lnet/minecraft/class_8561;field_44843:Lorg/slf4j/Logger;official bLhxm;b:Lorg/slf4j/Logger;
 - 
ticker
- Mappings:
 Namespace Name Mixin selector named tickerLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;ticker:Lcom/google/common/base/Ticker;intermediary field_44844Lnet/minecraft/class_8561;field_44844:Lcom/google/common/base/Ticker;official cLhxm;c:Lcom/google/common/base/Ticker;
 - 
stopwatches
- Mappings:
 Namespace Name Mixin selector named stopwatchesLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;stopwatches:Ljava/util/Map;intermediary field_44845Lnet/minecraft/class_8561;field_44845:Ljava/util/Map;official dLhxm;d:Ljava/util/Map;
 - 
bootstrapTime
- Mappings:
 Namespace Name Mixin selector named bootstrapTimeLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;bootstrapTime:Ljava/util/OptionalLong;intermediary field_44846Lnet/minecraft/class_8561;field_44846:Ljava/util/OptionalLong;official eLhxm;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;)Vintermediary <init>Lnet/minecraft/class_8561;<init>(Lcom/google/common/base/Ticker;)Vofficial <init>Lhxm;<init>(Lcom/google/common/base/Ticker;)V
 
 - 
 - 
Method Details
- 
startTimer
- Mappings:
 Namespace Name Mixin selector named startTimerLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;startTimer(Lnet/minecraft/client/session/telemetry/TelemetryEventProperty;)Vintermediary method_51806Lnet/minecraft/class_8561;method_51806(Lnet/minecraft/class_7969;)Vofficial aLhxm;a(Lhxi;)V
 - 
addTimer
public void addTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Stopwatch stopwatch) - Mappings:
 Namespace Name Mixin selector named addTimerLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;addTimer(Lnet/minecraft/client/session/telemetry/TelemetryEventProperty;Lcom/google/common/base/Stopwatch;)Vintermediary method_51807Lnet/minecraft/class_8561;method_51807(Lnet/minecraft/class_7969;Lcom/google/common/base/Stopwatch;)Vofficial aLhxm;a(Lhxi;Lcom/google/common/base/Stopwatch;)V
 - 
addTimer
private void addTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Function<TelemetryEventProperty<GameLoadTimeEvent.Measurement>, Stopwatch> stopwatchProvider) - Mappings:
 Namespace Name Mixin selector named addTimerLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;addTimer(Lnet/minecraft/client/session/telemetry/TelemetryEventProperty;Ljava/util/function/Function;)Vintermediary method_51808Lnet/minecraft/class_8561;method_51808(Lnet/minecraft/class_7969;Ljava/util/function/Function;)Vofficial aLhxm;a(Lhxi;Ljava/util/function/Function;)V
 - 
stopTimer
- Mappings:
 Namespace Name Mixin selector named stopTimerLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;stopTimer(Lnet/minecraft/client/session/telemetry/TelemetryEventProperty;)Vintermediary method_51812Lnet/minecraft/class_8561;method_51812(Lnet/minecraft/class_7969;)Vofficial bLhxm;b(Lhxi;)V
 - 
send
- Mappings:
 Namespace Name Mixin selector named sendLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;send(Lnet/minecraft/client/session/telemetry/TelemetrySender;)Vintermediary method_51805Lnet/minecraft/class_8561;method_51805(Lnet/minecraft/class_7965;)Vofficial aLhxm;a(Lhxf;)V
 - 
setBootstrapTime
public void setBootstrapTime(long bootstrapTime) - Mappings:
 Namespace Name Mixin selector named setBootstrapTimeLnet/minecraft/client/session/telemetry/GameLoadTimeEvent;setBootstrapTime(J)Vintermediary method_51803Lnet/minecraft/class_8561;method_51803(J)Vofficial aLhxm;a(J)V
 
 -