Package net.minecraft
Record Class class_7497
java.lang.Object
java.lang.Record
net.minecraft.class_7497
- Record Components:
sessionService
-serviceSignatureValidator
-profileRepository
-profileCache
-
public record class_7497(com.mojang.authlib.minecraft.MinecraftSessionService sessionService, class_7500 serviceSignatureValidator, com.mojang.authlib.GameProfileRepository profileRepository, UserCache profileCache)
extends Record
- Mappings:
Namespace Name official aaz
intermediary net/minecraft/class_7497
named net/minecraft/class_7497
official a
intermediary comp_837
named sessionService
official b
intermediary comp_838
named serviceSignatureValidator
official c
intermediary comp_839
named profileRepository
official d
intermediary comp_840
named profileCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private final UserCache
The field for theprofileCache
record component.private final com.mojang.authlib.GameProfileRepository
The field for theprofileRepository
record component.private final class_7500
The field for theserviceSignatureValidator
record component.private final com.mojang.authlib.minecraft.MinecraftSessionService
The field for thesessionService
record component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7497
(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, class_7500 class_7500, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.static class_7497
method_44143
(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService yggdrasilAuthenticationService, File file) Returns the value of theprofileCache
record component.com.mojang.authlib.GameProfileRepository
Returns the value of theprofileRepository
record component.Returns the value of theserviceSignatureValidator
record component.com.mojang.authlib.minecraft.MinecraftSessionService
Returns the value of thesessionService
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
sessionService
private final com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceThe field for thesessionService
record component. -
serviceSignatureValidator
The field for theserviceSignatureValidator
record component. -
profileRepository
private final com.mojang.authlib.GameProfileRepository profileRepositoryThe field for theprofileRepository
record component. -
profileCache
The field for theprofileCache
record component. -
field_39392
- See Also:
- Mappings:
Namespace Name Mixin selector official e
Laaz;e:Ljava/lang/String;
intermediary field_39392
Lnet/minecraft/class_7497;field_39392:Ljava/lang/String;
named field_39392
Lnet/minecraft/class_7497;field_39392:Ljava/lang/String;
-
-
Constructor Details
-
class_7497
public class_7497(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, class_7500 class_7500, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache)
-
-
Method Details
-
method_44143
public static class_7497 method_44143(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService yggdrasilAuthenticationService, File file) - Mappings:
Namespace Name Mixin selector official a
Laaz;a(Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Ljava/io/File;)Laaz;
intermediary method_44143
Lnet/minecraft/class_7497;method_44143(Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Ljava/io/File;)Lnet/minecraft/class_7497;
named method_44143
Lnet/minecraft/class_7497;method_44143(Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Ljava/io/File;)Lnet/minecraft/class_7497;
-
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)
. -
sessionService
public com.mojang.authlib.minecraft.MinecraftSessionService sessionService()Returns the value of thesessionService
record component.- Returns:
- the value of the
sessionService
record component
-
serviceSignatureValidator
Returns the value of theserviceSignatureValidator
record component.- Returns:
- the value of the
serviceSignatureValidator
record component
-
profileRepository
public com.mojang.authlib.GameProfileRepository profileRepository()Returns the value of theprofileRepository
record component.- Returns:
- the value of the
profileRepository
record component
-
profileCache
Returns the value of theprofileCache
record component.- Returns:
- the value of the
profileCache
record component
-