Record Class ProfileComponent.Data

java.lang.Object
java.lang.Record
net.minecraft.component.type.ProfileComponent.Data
Record Components:
name -
id -
properties -
Enclosing class:
ProfileComponent

protected static record ProfileComponent.Data(Optional<String> name, Optional<UUID> id, com.mojang.authlib.properties.PropertyMap properties) extends Record
Mappings:
Namespace Name
named net/minecraft/component/type/ProfileComponent$Data
intermediary net/minecraft/class_9296$class_11757
official dkq$b
named name
intermediary comp_4625
official c
named id
intermediary comp_4626
official d
named properties
intermediary comp_4627
official e
  • Field Details

    • name

      private final Optional<String> name
      The field for the name record component.
    • id

      private final Optional<UUID> id
      The field for the id record component.
    • properties

      private final com.mojang.authlib.properties.PropertyMap properties
      The field for the properties record component.
    • EMPTY

      public static final ProfileComponent.Data EMPTY
      Mappings:
      Namespace Name Mixin selector
      named EMPTY Lnet/minecraft/component/type/ProfileComponent$Data;EMPTY:Lnet/minecraft/component/type/ProfileComponent$Data;
      intermediary field_63032 Lnet/minecraft/class_9296$class_11757;field_63032:Lnet/minecraft/class_9296$class_11757;
      official a Ldkq$b;a:Ldkq$b;
    • CODEC

      static final com.mojang.serialization.MapCodec<ProfileComponent.Data> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/component/type/ProfileComponent$Data;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_63033 Lnet/minecraft/class_9296$class_11757;field_63033:Lcom/mojang/serialization/MapCodec;
      official f Ldkq$b;f:Lcom/mojang/serialization/MapCodec;
    • PACKET_CODEC

      public static final PacketCodec<ByteBuf,ProfileComponent.Data> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/component/type/ProfileComponent$Data;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_62075 Lnet/minecraft/class_9296$class_11757;field_62075:Lnet/minecraft/class_9139;
      official b Ldkq$b;b:Laae;
  • Constructor Details

    • Data

      protected Data(Optional<String> optional, Optional<UUID> optional2, com.mojang.authlib.properties.PropertyMap propertyMap)
  • Method Details

    • createGameProfile

      private com.mojang.authlib.GameProfile createGameProfile()
      Mappings:
      Namespace Name Mixin selector
      named createGameProfile Lnet/minecraft/component/type/ProfileComponent$Data;createGameProfile()Lcom/mojang/authlib/GameProfile;
      intermediary method_73321 Lnet/minecraft/class_9296$class_11757;method_73321()Lcom/mojang/authlib/GameProfile;
      official d Ldkq$b;d()Lcom/mojang/authlib/GameProfile;
    • 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.
    • name

      public Optional<String> name()
      Returns the value of the name record component.
      Returns:
      the value of the name record component
    • id

      public Optional<UUID> id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • properties

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