Class WorldLoadTimesEvent

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

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

    • newWorld

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

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

    • WorldLoadTimesEvent

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

    • send

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