Class WorldLoadedEvent

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

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

    • sent

      private boolean sent
      Mappings:
      Namespace Name Mixin selector
      official a Lfth;a:Z
      intermediary field_41516 Lnet/minecraft/class_7979;field_41516:Z
      named sent Lnet/minecraft/client/util/telemetry/WorldLoadedEvent;sent:Z
    • gameMode

      Mappings:
      Namespace Name Mixin selector
      official b Lfth;b:Lftc$b;
      intermediary field_41517 Lnet/minecraft/class_7979;field_41517:Lnet/minecraft/class_7969$class_7971;
      named gameMode Lnet/minecraft/client/util/telemetry/WorldLoadedEvent;gameMode:Lnet/minecraft/client/util/telemetry/TelemetryEventProperty$GameMode;
    • brand

      @Nullable private @Nullable String brand
      Mappings:
      Namespace Name Mixin selector
      official c Lfth;c:Ljava/lang/String;
      intermediary field_41518 Lnet/minecraft/class_7979;field_41518:Ljava/lang/String;
      named brand Lnet/minecraft/client/util/telemetry/WorldLoadedEvent;brand:Ljava/lang/String;
  • Constructor Details

    • WorldLoadedEvent

      public WorldLoadedEvent()
  • Method Details

    • putServerType

      public void putServerType(PropertyMap.Builder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Lfth;a(Lftd$a;)V
      intermediary method_47792 Lnet/minecraft/class_7979;method_47792(Lnet/minecraft/class_7973$class_7974;)V
      named putServerType Lnet/minecraft/client/util/telemetry/WorldLoadedEvent;putServerType(Lnet/minecraft/client/util/telemetry/PropertyMap$Builder;)V
    • getServerType

      private TelemetryEventProperty.ServerType getServerType()
      Mappings:
      Namespace Name Mixin selector
      official a Lfth;a()Lftc$c;
      intermediary method_47794 Lnet/minecraft/class_7979;method_47794()Lnet/minecraft/class_7969$class_7972;
      named getServerType Lnet/minecraft/client/util/telemetry/WorldLoadedEvent;getServerType()Lnet/minecraft/client/util/telemetry/TelemetryEventProperty$ServerType;
    • send

      public boolean send(TelemetrySender sender)
      Mappings:
      Namespace Name Mixin selector
      official a Lfth;a(Lfsz;)Z
      intermediary method_47980 Lnet/minecraft/class_7979;method_47980(Lnet/minecraft/class_7965;)Z
      named send Lnet/minecraft/client/util/telemetry/WorldLoadedEvent;send(Lnet/minecraft/client/util/telemetry/TelemetrySender;)Z
    • setGameMode

      public void setGameMode(GameMode gameMode, boolean hardcore)
      Mappings:
      Namespace Name Mixin selector
      official a Lfth;a(Lcjt;Z)V
      intermediary method_47791 Lnet/minecraft/class_7979;method_47791(Lnet/minecraft/class_1934;Z)V
      named setGameMode Lnet/minecraft/client/util/telemetry/WorldLoadedEvent;setGameMode(Lnet/minecraft/world/GameMode;Z)V
    • setBrand

      public void setBrand(String brand)
      Mappings:
      Namespace Name Mixin selector
      official a Lfth;a(Ljava/lang/String;)V
      intermediary method_47793 Lnet/minecraft/class_7979;method_47793(Ljava/lang/String;)V
      named setBrand Lnet/minecraft/client/util/telemetry/WorldLoadedEvent;setBrand(Ljava/lang/String;)V