Class GameLoadTimeEvent
java.lang.Object
net.minecraft.client.util.telemetry.GameLoadTimeEvent
- Mappings:
Namespace Name official fzr
intermediary net/minecraft/class_8561
named net/minecraft/client/util/telemetry/GameLoadTimeEvent
-
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 official a
Lfzr;a:Lfzr;
intermediary field_44842
Lnet/minecraft/class_8561;field_44842:Lnet/minecraft/class_8561;
named INSTANCE
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;INSTANCE:Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Lfzr;b:Lorg/slf4j/Logger;
intermediary field_44843
Lnet/minecraft/class_8561;field_44843:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;LOGGER:Lorg/slf4j/Logger;
-
ticker
- Mappings:
Namespace Name Mixin selector official c
Lfzr;c:Lcom/google/common/base/Ticker;
intermediary field_44844
Lnet/minecraft/class_8561;field_44844:Lcom/google/common/base/Ticker;
named ticker
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;ticker:Lcom/google/common/base/Ticker;
-
stopwatches
- Mappings:
Namespace Name Mixin selector official d
Lfzr;d:Ljava/util/Map;
intermediary field_44845
Lnet/minecraft/class_8561;field_44845:Ljava/util/Map;
named stopwatches
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;stopwatches:Ljava/util/Map;
-
bootstrapTime
- Mappings:
Namespace Name Mixin selector official e
Lfzr;e:Ljava/util/OptionalLong;
intermediary field_44846
Lnet/minecraft/class_8561;field_44846:Ljava/util/OptionalLong;
named bootstrapTime
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;bootstrapTime:Ljava/util/OptionalLong;
-
-
Constructor Details
-
GameLoadTimeEvent
- Mappings:
Namespace Name Mixin selector official <init>
Lfzr;<init>(Lcom/google/common/base/Ticker;)V
intermediary <init>
Lnet/minecraft/class_8561;<init>(Lcom/google/common/base/Ticker;)V
named <init>
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;<init>(Lcom/google/common/base/Ticker;)V
-
-
Method Details
-
startTimer
- Mappings:
Namespace Name Mixin selector official a
Lfzr;a(Lfzn;)V
intermediary method_51806
Lnet/minecraft/class_8561;method_51806(Lnet/minecraft/class_7969;)V
named startTimer
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;startTimer(Lnet/minecraft/client/util/telemetry/TelemetryEventProperty;)V
-
addTimer
public void addTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property, Stopwatch stopwatch) - Mappings:
Namespace Name Mixin selector official a
Lfzr;a(Lfzn;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
named addTimer
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;addTimer(Lnet/minecraft/client/util/telemetry/TelemetryEventProperty;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 official a
Lfzr;a(Lfzn;Ljava/util/function/Function;)V
intermediary method_51808
Lnet/minecraft/class_8561;method_51808(Lnet/minecraft/class_7969;Ljava/util/function/Function;)V
named addTimer
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;addTimer(Lnet/minecraft/client/util/telemetry/TelemetryEventProperty;Ljava/util/function/Function;)V
-
stopTimer
- Mappings:
Namespace Name Mixin selector official b
Lfzr;b(Lfzn;)V
intermediary method_51812
Lnet/minecraft/class_8561;method_51812(Lnet/minecraft/class_7969;)V
named stopTimer
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;stopTimer(Lnet/minecraft/client/util/telemetry/TelemetryEventProperty;)V
-
send
- Mappings:
Namespace Name Mixin selector official a
Lfzr;a(Lfzk;)V
intermediary method_51805
Lnet/minecraft/class_8561;method_51805(Lnet/minecraft/class_7965;)V
named send
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;send(Lnet/minecraft/client/util/telemetry/TelemetrySender;)V
-
setBootstrapTime
public void setBootstrapTime(long bootstrapTime) - Mappings:
Namespace Name Mixin selector official a
Lfzr;a(J)V
intermediary method_51803
Lnet/minecraft/class_8561;method_51803(J)V
named setBootstrapTime
Lnet/minecraft/client/util/telemetry/GameLoadTimeEvent;setBootstrapTime(J)V
-