Package net.minecraft

Record Class class_7822.class_7823

java.lang.Object
java.lang.Record
net.minecraft.class_7822.class_7823
Record Components:
sessionId -
profilePublicKey -
Enclosing class:
class_7822

public static record class_7822.class_7823(UUID sessionId, PlayerPublicKey.PublicKeyData profilePublicKey) extends Record
Mappings:
Namespace Name
official sy$a
intermediary net/minecraft/class_7822$class_7823
named net/minecraft/class_7822$class_7823
official b
intermediary comp_1087
named sessionId
official c
intermediary comp_1088
named profilePublicKey
  • Field Details

    • sessionId

      private final UUID sessionId
      The field for the sessionId record component.
    • profilePublicKey

      @Nullable private final PlayerPublicKey.PublicKeyData profilePublicKey
      The field for the profilePublicKey record component.
    • field_40690

      public static final class_7822.class_7823 field_40690
      Mappings:
      Namespace Name Mixin selector
      official a Lsy$a;a:Lsy$a;
      intermediary field_40690 Lnet/minecraft/class_7822$class_7823;field_40690:Lnet/minecraft/class_7822$class_7823;
      named field_40690 Lnet/minecraft/class_7822$class_7823;field_40690:Lnet/minecraft/class_7822$class_7823;
  • Constructor Details

  • Method Details

    • method_46301

      public static class_7822.class_7823 method_46301(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lsy$a;a(Lrt;)Lsy$a;
      intermediary method_46301 Lnet/minecraft/class_7822$class_7823;method_46301(Lnet/minecraft/class_2540;)Lnet/minecraft/class_7822$class_7823;
      named method_46301 Lnet/minecraft/class_7822$class_7823;method_46301(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/class_7822$class_7823;
    • method_46303

      public static void method_46303(PacketByteBuf packetByteBuf, class_7822.class_7823 class_7823)
      Mappings:
      Namespace Name Mixin selector
      official a Lsy$a;a(Lrt;Lsy$a;)V
      intermediary method_46303 Lnet/minecraft/class_7822$class_7823;method_46303(Lnet/minecraft/class_2540;Lnet/minecraft/class_7822$class_7823;)V
      named method_46303 Lnet/minecraft/class_7822$class_7823;method_46303(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/class_7822$class_7823;)V
    • method_46300

      public class_7822 method_46300(com.mojang.authlib.GameProfile gameProfile, SignatureVerifier signatureVerifier, Duration duration) throws PlayerPublicKey.PublicKeyException
      Throws:
      PlayerPublicKey.PublicKeyException
      Mappings:
      Namespace Name Mixin selector
      official a Lsy$a;a(Lcom/mojang/authlib/GameProfile;Lanw;Ljava/time/Duration;)Lsy;
      intermediary method_46300 Lnet/minecraft/class_7822$class_7823;method_46300(Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_7500;Ljava/time/Duration;)Lnet/minecraft/class_7822;
      named method_46300 Lnet/minecraft/class_7822$class_7823;method_46300(Lcom/mojang/authlib/GameProfile;Lnet/minecraft/network/encryption/SignatureVerifier;Ljava/time/Duration;)Lnet/minecraft/class_7822;
    • 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.
    • sessionId

      public UUID sessionId()
      Returns the value of the sessionId record component.
      Returns:
      the value of the sessionId record component
    • profilePublicKey

      @Nullable public PlayerPublicKey.PublicKeyData profilePublicKey()
      Returns the value of the profilePublicKey record component.
      Returns:
      the value of the profilePublicKey record component