Record Class PlayerPublicKey.class_7443

java.lang.Object
java.lang.Record
net.minecraft.network.encryption.PlayerPublicKey.class_7443
Record Components:
expiresAt -
key -
signature -
Enclosing class:
PlayerPublicKey

public static record PlayerPublicKey.class_7443(Instant expiresAt, String key, String signature) extends Record
Mappings:
Namespace Name
official bsi$a
intermediary net/minecraft/class_7428$class_7443
named net/minecraft/network/encryption/PlayerPublicKey$class_7443
official b
intermediary comp_769
named expiresAt
official c
intermediary comp_770
named key
official d
intermediary comp_771
named signature
  • Field Details

    • expiresAt

      private final Instant expiresAt
      The field for the expiresAt record component.
    • key

      private final String key
      The field for the key record component.
    • signature

      private final String signature
      The field for the signature record component.
    • field_39119

      public static final com.mojang.serialization.Codec<PlayerPublicKey.class_7443> field_39119
      Mappings:
      Namespace Name Mixin selector
      official a Lbsi$a;a:Lcom/mojang/serialization/Codec;
      intermediary field_39119 Lnet/minecraft/class_7428$class_7443;field_39119:Lcom/mojang/serialization/Codec;
      named field_39119 Lnet/minecraft/network/encryption/PlayerPublicKey$class_7443;field_39119:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_43700

      public com.mojang.authlib.properties.Property method_43700()
      Mappings:
      Namespace Name Mixin selector
      official a Lbsi$a;a()Lcom/mojang/authlib/properties/Property;
      intermediary method_43700 Lnet/minecraft/class_7428$class_7443;method_43700()Lcom/mojang/authlib/properties/Property;
      named method_43700 Lnet/minecraft/network/encryption/PlayerPublicKey$class_7443;method_43700()Lcom/mojang/authlib/properties/Property;
    • method_43702

      public String method_43702()
      Mappings:
      Namespace Name Mixin selector
      official b Lbsi$a;b()Ljava/lang/String;
      intermediary method_43702 Lnet/minecraft/class_7428$class_7443;method_43702()Ljava/lang/String;
      named method_43702 Lnet/minecraft/network/encryption/PlayerPublicKey$class_7443;method_43702()Ljava/lang/String;
    • method_43703

      public PublicKey method_43703() throws NetworkEncryptionException
      Throws:
      NetworkEncryptionException
      Mappings:
      Namespace Name Mixin selector
      official c Lbsi$a;c()Ljava/security/PublicKey;
      intermediary method_43703 Lnet/minecraft/class_7428$class_7443;method_43703()Ljava/security/PublicKey;
      named method_43703 Lnet/minecraft/network/encryption/PlayerPublicKey$class_7443;method_43703()Ljava/security/PublicKey;
    • method_43704

      public boolean method_43704()
      Mappings:
      Namespace Name Mixin selector
      official d Lbsi$a;d()Z
      intermediary method_43704 Lnet/minecraft/class_7428$class_7443;method_43704()Z
      named method_43704 Lnet/minecraft/network/encryption/PlayerPublicKey$class_7443;method_43704()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.
    • expiresAt

      public Instant expiresAt()
      Returns the value of the expiresAt record component.
      Returns:
      the value of the expiresAt record component
    • key

      public String key()
      Returns the value of the key record component.
      Returns:
      the value of the key record component
    • signature

      public String signature()
      Returns the value of the signature record component.
      Returns:
      the value of the signature record component