Record Class SentTelemetryEvent

java.lang.Object
java.lang.Record
net.minecraft.client.util.telemetry.SentTelemetryEvent
Record Components:
type -
properties -

@Environment(CLIENT) public record SentTelemetryEvent(TelemetryEventType type, PropertyMap properties) extends Record
Mappings:
Namespace Name
official fsw
intermediary net/minecraft/class_7962
named net/minecraft/client/util/telemetry/SentTelemetryEvent
official b
intermediary comp_1169
named type
official c
intermediary comp_1170
named properties
  • Field Details

    • type

      private final TelemetryEventType type
      The field for the type record component.
    • properties

      private final PropertyMap properties
      The field for the properties record component.
    • CODEC

      public static final com.mojang.serialization.Codec<SentTelemetryEvent> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lfsw;a:Lcom/mojang/serialization/Codec;
      intermediary field_41430 Lnet/minecraft/class_7962;field_41430:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/client/util/telemetry/SentTelemetryEvent;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • createEvent

      public com.mojang.authlib.minecraft.TelemetryEvent createEvent(com.mojang.authlib.minecraft.TelemetrySession session)
      Mappings:
      Namespace Name Mixin selector
      official a Lfsw;a(Lcom/mojang/authlib/minecraft/TelemetrySession;)Lcom/mojang/authlib/minecraft/TelemetryEvent;
      intermediary method_47711 Lnet/minecraft/class_7962;method_47711(Lcom/mojang/authlib/minecraft/TelemetrySession;)Lcom/mojang/authlib/minecraft/TelemetryEvent;
      named createEvent Lnet/minecraft/client/util/telemetry/SentTelemetryEvent;createEvent(Lcom/mojang/authlib/minecraft/TelemetrySession;)Lcom/mojang/authlib/minecraft/TelemetryEvent;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • type

      public TelemetryEventType type()
      Returns the value of the type record component.
      Returns:
      the value of the type record component
    • properties

      public PropertyMap properties()
      Returns the value of the properties record component.
      Returns:
      the value of the properties record component