Package net.minecraft

Record Class class_7826

java.lang.Object
java.lang.Record
net.minecraft.class_7826
Record Components:
index -
sender -
sessionId -

public record class_7826(int index, UUID sender, UUID sessionId) extends Record
Mappings:
Namespace Name
official tc
intermediary net/minecraft/class_7826
named net/minecraft/class_7826
official a
intermediary comp_1094
named index
official b
intermediary comp_1095
named sender
official c
intermediary comp_1096
named sessionId
  • Field Details

    • index

      private final int index
      The field for the index record component.
    • sender

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

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

    • class_7826

      public class_7826(int int2, UUID uUID, UUID uUID2)
  • Method Details

    • method_46319

      public static class_7826 method_46319(UUID uUID)
      Mappings:
      Namespace Name Mixin selector
      official a Ltc;a(Ljava/util/UUID;)Ltc;
      intermediary method_46319 Lnet/minecraft/class_7826;method_46319(Ljava/util/UUID;)Lnet/minecraft/class_7826;
      named method_46319 Lnet/minecraft/class_7826;method_46319(Ljava/util/UUID;)Lnet/minecraft/class_7826;
    • method_46320

      public static class_7826 method_46320(UUID uUID, UUID uUID2)
      Mappings:
      Namespace Name Mixin selector
      official a Ltc;a(Ljava/util/UUID;Ljava/util/UUID;)Ltc;
      intermediary method_46320 Lnet/minecraft/class_7826;method_46320(Ljava/util/UUID;Ljava/util/UUID;)Lnet/minecraft/class_7826;
      named method_46320 Lnet/minecraft/class_7826;method_46320(Ljava/util/UUID;Ljava/util/UUID;)Lnet/minecraft/class_7826;
    • method_46318

      public void method_46318(SignatureUpdatable.SignatureUpdater signatureUpdater) throws SignatureException
      Throws:
      SignatureException
      Mappings:
      Namespace Name Mixin selector
      official a Ltc;a(Lanv$a;)V
      intermediary method_46318 Lnet/minecraft/class_7826;method_46318(Lnet/minecraft/class_7498$class_7499;)V
      named method_46318 Lnet/minecraft/class_7826;method_46318(Lnet/minecraft/network/encryption/SignatureUpdatable$SignatureUpdater;)V
    • method_46321

      public boolean method_46321(class_7826 class_7826)
      Mappings:
      Namespace Name Mixin selector
      official a Ltc;a(Ltc;)Z
      intermediary method_46321 Lnet/minecraft/class_7826;method_46321(Lnet/minecraft/class_7826;)Z
      named method_46321 Lnet/minecraft/class_7826;method_46321(Lnet/minecraft/class_7826;)Z
    • method_46317

      @Nullable public @Nullable class_7826 method_46317()
      Mappings:
      Namespace Name Mixin selector
      official a Ltc;a()Ltc;
      intermediary method_46317 Lnet/minecraft/class_7826;method_46317()Lnet/minecraft/class_7826;
      named method_46317 Lnet/minecraft/class_7826;method_46317()Lnet/minecraft/class_7826;
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • index

      public int index()
      Returns the value of the index record component.
      Returns:
      the value of the index record component
    • sender

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

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