Package net.minecraft

Record Class class_7557.class_7558

java.lang.Object
java.lang.Record
net.minecraft.class_7557.class_7558
Record Components:
profile -
displayName -
message -
All Implemented Interfaces:
class_7557
Enclosing interface:
class_7557

@Environment(CLIENT) public static record class_7557.class_7558(com.mojang.authlib.GameProfile profile, Text displayName, SignedMessage message) extends Record implements class_7557
Mappings:
Namespace Name
official euj$a
intermediary net/minecraft/class_7557$class_7558
named net/minecraft/class_7557$class_7558
official a
intermediary comp_868
named profile
official b
intermediary comp_869
named displayName
official c
intermediary comp_870
named message
  • Field Details

    • profile

      private final com.mojang.authlib.GameProfile profile
      The field for the profile record component.
    • displayName

      private final Text displayName
      The field for the displayName record component.
    • message

      private final SignedMessage message
      The field for the message record component.
    • field_39637

      private static final DateTimeFormatter field_39637
      Mappings:
      Namespace Name Mixin selector
      official d Leuj$a;d:Ljava/time/format/DateTimeFormatter;
      intermediary field_39637 Lnet/minecraft/class_7557$class_7558;field_39637:Ljava/time/format/DateTimeFormatter;
      named field_39637 Lnet/minecraft/class_7557$class_7558;field_39637:Ljava/time/format/DateTimeFormatter;
  • Constructor Details

    • class_7558

      public class_7558(com.mojang.authlib.GameProfile gameProfile, Text text, SignedMessage signedMessage)
  • Method Details

    • method_44551

      public Text method_44551()
      Specified by:
      method_44551 in interface class_7557
      Mappings:
      Namespace Name Mixin selector
      official a Leuj;a()Lrm;
      intermediary method_44551 Lnet/minecraft/class_7557;method_44551()Lnet/minecraft/class_2561;
      named method_44551 Lnet/minecraft/class_7557;method_44551()Lnet/minecraft/text/Text;
    • method_44555

      public Text method_44555()
      Specified by:
      method_44555 in interface class_7557
      Mappings:
      Namespace Name Mixin selector
      official b Leuj;b()Lrm;
      intermediary method_44555 Lnet/minecraft/class_7557;method_44555()Lnet/minecraft/class_2561;
      named method_44555 Lnet/minecraft/class_7557;method_44555()Lnet/minecraft/text/Text;
    • method_44556

      public Text method_44556()
      Mappings:
      Namespace Name Mixin selector
      official c Leuj$a;c()Lrm;
      intermediary method_44556 Lnet/minecraft/class_7557$class_7558;method_44556()Lnet/minecraft/class_2561;
      named method_44556 Lnet/minecraft/class_7557$class_7558;method_44556()Lnet/minecraft/text/Text;
    • method_44558

      private Text method_44558()
      Mappings:
      Namespace Name Mixin selector
      official h Leuj$a;h()Lrm;
      intermediary method_44558 Lnet/minecraft/class_7557$class_7558;method_44558()Lnet/minecraft/class_2561;
      named method_44558 Lnet/minecraft/class_7557$class_7558;method_44558()Lnet/minecraft/text/Text;
    • method_44553

      public boolean method_44553(UUID uUID)
      Specified by:
      method_44553 in interface class_7557
      Mappings:
      Namespace Name Mixin selector
      official a Leuj;a(Ljava/util/UUID;)Z
      intermediary method_44553 Lnet/minecraft/class_7557;method_44553(Ljava/util/UUID;)Z
      named method_44553 Lnet/minecraft/class_7557;method_44553(Ljava/util/UUID;)Z
    • method_44557

      public UUID method_44557()
      Mappings:
      Namespace Name Mixin selector
      official d Leuj$a;d()Ljava/util/UUID;
      intermediary method_44557 Lnet/minecraft/class_7557$class_7558;method_44557()Ljava/util/UUID;
      named method_44557 Lnet/minecraft/class_7557$class_7558;method_44557()Ljava/util/UUID;
    • 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.
    • profile

      public com.mojang.authlib.GameProfile profile()
      Returns the value of the profile record component.
      Returns:
      the value of the profile record component
    • displayName

      public Text displayName()
      Returns the value of the displayName record component.
      Returns:
      the value of the displayName record component
    • message

      public SignedMessage message()
      Returns the value of the message record component.
      Returns:
      the value of the message record component