Package net.minecraft

Record Class class_7822

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

public record class_7822(UUID sessionId, @Nullable PlayerPublicKey profilePublicKey) extends Record
Mappings:
Namespace Name
official sy
intermediary net/minecraft/class_7822
named net/minecraft/class_7822
official b
intermediary comp_1085
named sessionId
official c
intermediary comp_1086
named profilePublicKey
  • Field Details

    • sessionId

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

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

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

  • Method Details

    • method_46296

      public MessageVerifier method_46296()
      Mappings:
      Namespace Name Mixin selector
      official a Lsy;a()Ltd;
      intermediary method_46296 Lnet/minecraft/class_7822;method_46296()Lnet/minecraft/class_7615;
      named method_46296 Lnet/minecraft/class_7822;method_46296()Lnet/minecraft/network/message/MessageVerifier;
    • method_46297

      public MessageChain.Unpacker method_46297(UUID uUID)
      Mappings:
      Namespace Name Mixin selector
      official a Lsy;a(Ljava/util/UUID;)Ltb$b;
      intermediary method_46297 Lnet/minecraft/class_7822;method_46297(Ljava/util/UUID;)Lnet/minecraft/class_7610$class_7611;
      named method_46297 Lnet/minecraft/class_7822;method_46297(Ljava/util/UUID;)Lnet/minecraft/network/message/MessageChain$Unpacker;
    • method_46298

      public class_7822.class_7823 method_46298()
      Mappings:
      Namespace Name Mixin selector
      official b Lsy;b()Lsy$a;
      intermediary method_46298 Lnet/minecraft/class_7822;method_46298()Lnet/minecraft/class_7822$class_7823;
      named method_46298 Lnet/minecraft/class_7822;method_46298()Lnet/minecraft/class_7822$class_7823;
    • method_46299

      public boolean method_46299()
      Mappings:
      Namespace Name Mixin selector
      official c Lsy;c()Z
      intermediary method_46299 Lnet/minecraft/class_7822;method_46299()Z
      named method_46299 Lnet/minecraft/class_7822;method_46299()Z
    • 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 @Nullable PlayerPublicKey profilePublicKey()
      Returns the value of the profilePublicKey record component.
      Returns:
      the value of the profilePublicKey record component