Class GameLoadTimeEvent

java.lang.Object
net.minecraft.client.util.telemetry.GameLoadTimeEvent

@Environment(CLIENT) public class GameLoadTimeEvent extends Object
Mappings:
Namespace Name
official fzg
intermediary net/minecraft/class_8561
named net/minecraft/client/util/telemetry/GameLoadTimeEvent
  • Field Details

    • INSTANCE

      public static final GameLoadTimeEvent INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lfzg;a:Lfzg;
      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

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official b Lfzg;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

      private final Ticker ticker
      Mappings:
      Namespace Name Mixin selector
      official c Lfzg;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 Lfzg;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

      private OptionalLong bootstrapTime
      Mappings:
      Namespace Name Mixin selector
      official e Lfzg;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

      protected GameLoadTimeEvent(Ticker ticker)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfzg;<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

      public void startTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property)
      Mappings:
      Namespace Name Mixin selector
      official a Lfzg;a(Lfzc;)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 Lfzg;a(Lfzc;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

      Mappings:
      Namespace Name Mixin selector
      official a Lfzg;a(Lfzc;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

      public void stopTimer(TelemetryEventProperty<GameLoadTimeEvent.Measurement> property)
      Mappings:
      Namespace Name Mixin selector
      official b Lfzg;b(Lfzc;)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

      public void send(TelemetrySender sender)
      Mappings:
      Namespace Name Mixin selector
      official a Lfzg;a(Lfyz;)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 Lfzg;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