Package net.minecraft

Record Class class_7962

java.lang.Object
java.lang.Record
net.minecraft.class_7962
Record Components:
type -
properties -

@Environment(CLIENT) public record class_7962(class_7966 type, class_7973 properties) extends Record
Mappings:
Namespace Name
official fsq
intermediary net/minecraft/class_7962
named net/minecraft/class_7962
official b
intermediary comp_1169
named type
official c
intermediary comp_1170
named properties
  • Field Details

    • type

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

      private final class_7973 properties
      The field for the properties record component.
    • field_41430

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

  • Method Details

    • method_47711

      public com.mojang.authlib.minecraft.TelemetryEvent method_47711(com.mojang.authlib.minecraft.TelemetrySession telemetrySession)
      Mappings:
      Namespace Name Mixin selector
      official a Lfsq;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 method_47711 Lnet/minecraft/class_7962;method_47711(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 class_7966 type()
      Returns the value of the type record component.
      Returns:
      the value of the type record component
    • properties

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