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 gum
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate OptionalLong
static final GameLoadTimeEvent
private static final Logger
private final Map
<TelemetryEventProperty<GameLoadTimeEvent.Measurement>, Stopwatch> private final Ticker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTimer
(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Stopwatch stopwatch) private void
addTimer
(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Function<TelemetryEventProperty<GameLoadTimeEvent.Measurement>, Stopwatch> stopwatchProvider) void
send
(TelemetrySender sender) void
setBootstrapTime
(long bootstrapTime) void
void
-
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
Lgum;a:Lgum;
-
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
Lgum;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
Lgum;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
Lgum;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
Lgum;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>
Lgum;<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
Lgum;a(Lgui;)V
-
addTimer
public 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
Lgum;a(Lgui;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 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
Lgum;a(Lgui;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
Lgum;b(Lgui;)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
Lgum;a(Lguf;)V
-
setBootstrapTime
public 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
Lgum;a(J)V
-