Package net.minecraft
Record Class class_7428
java.lang.Object
java.lang.Record
net.minecraft.class_7428
- Record Components:
expiresAt-keyString-signature-
- Mappings:
Namespace Name official brvintermediary net/minecraft/class_7428named net/minecraft/class_7428official bintermediary comp_744named expiresAtofficial cintermediary comp_745named keyStringofficial dintermediary comp_746named signature
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InstantThe field for theexpiresAtrecord component.static final com.mojang.serialization.Codec<class_7428>private static final Stringprivate final StringThe field for thekeyStringrecord component.private final StringThe field for thesignaturerecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7428(com.mojang.datafixers.util.Pair<Instant, String> pair, String string) class_7428(Instant instant, String string, String string2) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theexpiresAtrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of thekeyStringrecord component.com.mojang.authlib.properties.Propertystatic Optional<class_7428>method_43549(com.mojang.authlib.GameProfile gameProfile) method_43550(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService) method_43552(String string) booleancom.mojang.authlib.GameProfilemethod_43555(com.mojang.authlib.GameProfile gameProfile) Returns the value of thesignaturerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
expiresAt
The field for theexpiresAtrecord component. -
keyString
The field for thekeyStringrecord component. -
signature
The field for thesignaturerecord component. -
field_39050
- Mappings:
Namespace Name Mixin selector official aLbrv;a:Lcom/mojang/serialization/Codec;intermediary field_39050Lnet/minecraft/class_7428;field_39050:Lcom/mojang/serialization/Codec;named field_39050Lnet/minecraft/class_7428;field_39050:Lcom/mojang/serialization/Codec;
-
field_39051
- See Also:
- Mappings:
Namespace Name Mixin selector official eLbrv;e:Ljava/lang/String;intermediary field_39051Lnet/minecraft/class_7428;field_39051:Ljava/lang/String;named field_39051Lnet/minecraft/class_7428;field_39051:Ljava/lang/String;
-
-
Constructor Details
-
class_7428
-
class_7428
-
-
Method Details
-
method_43549
- Mappings:
Namespace Name Mixin selector official aLbrv;a(Lcom/mojang/authlib/GameProfile;)Ljava/util/Optional;intermediary method_43549Lnet/minecraft/class_7428;method_43549(Lcom/mojang/authlib/GameProfile;)Ljava/util/Optional;named method_43549Lnet/minecraft/class_7428;method_43549(Lcom/mojang/authlib/GameProfile;)Ljava/util/Optional;
-
method_43555
public com.mojang.authlib.GameProfile method_43555(com.mojang.authlib.GameProfile gameProfile) - Mappings:
Namespace Name Mixin selector official bLbrv;b(Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;intermediary method_43555Lnet/minecraft/class_7428;method_43555(Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;named method_43555Lnet/minecraft/class_7428;method_43555(Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
-
method_43550
public class_7428.class_7429 method_43550(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService) throws com.mojang.authlib.minecraft.InsecurePublicKeyException, NetworkEncryptionException - Throws:
com.mojang.authlib.minecraft.InsecurePublicKeyExceptionNetworkEncryptionException- Mappings:
Namespace Name Mixin selector official aLbrv;a(Lcom/mojang/authlib/minecraft/MinecraftSessionService;)Lbrv$a;intermediary method_43550Lnet/minecraft/class_7428;method_43550(Lcom/mojang/authlib/minecraft/MinecraftSessionService;)Lnet/minecraft/class_7428$class_7429;named method_43550Lnet/minecraft/class_7428;method_43550(Lcom/mojang/authlib/minecraft/MinecraftSessionService;)Lnet/minecraft/class_7428$class_7429;
-
method_43552
private static Optional<com.mojang.datafixers.util.Pair<Instant,String>> method_43552(String string) - Mappings:
Namespace Name Mixin selector official aLbrv;a(Ljava/lang/String;)Ljava/util/Optional;intermediary method_43552Lnet/minecraft/class_7428;method_43552(Ljava/lang/String;)Ljava/util/Optional;named method_43552Lnet/minecraft/class_7428;method_43552(Ljava/lang/String;)Ljava/util/Optional;
-
method_43548
public com.mojang.authlib.properties.Property method_43548()- Mappings:
Namespace Name Mixin selector official aLbrv;a()Lcom/mojang/authlib/properties/Property;intermediary method_43548Lnet/minecraft/class_7428;method_43548()Lcom/mojang/authlib/properties/Property;named method_43548Lnet/minecraft/class_7428;method_43548()Lcom/mojang/authlib/properties/Property;
-
method_43554
public boolean method_43554()- Mappings:
Namespace Name Mixin selector official bLbrv;b()Zintermediary method_43554Lnet/minecraft/class_7428;method_43554()Znamed method_43554Lnet/minecraft/class_7428;method_43554()Z
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
expiresAt
Returns the value of theexpiresAtrecord component.- Returns:
- the value of the
expiresAtrecord component
-
keyString
Returns the value of thekeyStringrecord component.- Returns:
- the value of the
keyStringrecord component
-
signature
Returns the value of thesignaturerecord component.- Returns:
- the value of the
signaturerecord component
-