Class WorldLoadTimesEvent

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

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

    • newWorld

      private final boolean newWorld
      Mappings:
      Namespace Name Mixin selector
      official a Lfti;a:Z
      intermediary field_41519 Lnet/minecraft/class_7981;field_41519:Z
      named newWorld Lnet/minecraft/client/util/telemetry/WorldLoadTimesEvent;newWorld:Z
    • worldLoadTime

      @Nullable private final @Nullable Duration worldLoadTime
      Mappings:
      Namespace Name Mixin selector
      official b Lfti;b:Ljava/time/Duration;
      intermediary field_41520 Lnet/minecraft/class_7981;field_41520:Ljava/time/Duration;
      named worldLoadTime Lnet/minecraft/client/util/telemetry/WorldLoadTimesEvent;worldLoadTime:Ljava/time/Duration;
  • Constructor Details

    • WorldLoadTimesEvent

      public WorldLoadTimesEvent(boolean newWorld, @Nullable @Nullable Duration worldLoadTime)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfti;<init>(ZLjava/time/Duration;)V
      intermediary <init> Lnet/minecraft/class_7981;<init>(ZLjava/time/Duration;)V
      named <init> Lnet/minecraft/client/util/telemetry/WorldLoadTimesEvent;<init>(ZLjava/time/Duration;)V
  • Method Details

    • send

      public void send(TelemetrySender sender)
      Mappings:
      Namespace Name Mixin selector
      official a Lfti;a(Lfsz;)V
      intermediary method_47981 Lnet/minecraft/class_7981;method_47981(Lnet/minecraft/class_7965;)V
      named send Lnet/minecraft/client/util/telemetry/WorldLoadTimesEvent;send(Lnet/minecraft/client/util/telemetry/TelemetrySender;)V