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 aazintermediary net/minecraft/class_7497named net/minecraft/class_7497official aintermediary comp_837named sessionServiceofficial bintermediary comp_838named serviceSignatureValidatorofficial cintermediary comp_839named profileRepositoryofficial dintermediary comp_840named profileCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final UserCacheThe field for theprofileCacherecord component.private final com.mojang.authlib.GameProfileRepositoryThe field for theprofileRepositoryrecord component.private final class_7500The field for theserviceSignatureValidatorrecord component.private final com.mojang.authlib.minecraft.MinecraftSessionServiceThe field for thesessionServicerecord 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 booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_7497method_44143(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService yggdrasilAuthenticationService, File file) Returns the value of theprofileCacherecord component.com.mojang.authlib.GameProfileRepositoryReturns the value of theprofileRepositoryrecord component.Returns the value of theserviceSignatureValidatorrecord component.com.mojang.authlib.minecraft.MinecraftSessionServiceReturns the value of thesessionServicerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
sessionService
private final com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceThe field for thesessionServicerecord component. -
serviceSignatureValidator
The field for theserviceSignatureValidatorrecord component. -
profileRepository
private final com.mojang.authlib.GameProfileRepository profileRepositoryThe field for theprofileRepositoryrecord component. -
profileCache
The field for theprofileCacherecord component. -
field_39392
- See Also:
- Mappings:
Namespace Name Mixin selector official eLaaz;e:Ljava/lang/String;intermediary field_39392Lnet/minecraft/class_7497;field_39392:Ljava/lang/String;named field_39392Lnet/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 aLaaz;a(Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Ljava/io/File;)Laaz;intermediary method_44143Lnet/minecraft/class_7497;method_44143(Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Ljava/io/File;)Lnet/minecraft/class_7497;named method_44143Lnet/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 thesessionServicerecord component.- Returns:
- the value of the
sessionServicerecord component
-
serviceSignatureValidator
Returns the value of theserviceSignatureValidatorrecord component.- Returns:
- the value of the
serviceSignatureValidatorrecord component
-
profileRepository
public com.mojang.authlib.GameProfileRepository profileRepository()Returns the value of theprofileRepositoryrecord component.- Returns:
- the value of the
profileRepositoryrecord component
-
profileCache
Returns the value of theprofileCacherecord component.- Returns:
- the value of the
profileCacherecord component
-