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 Details

    • sessionService

      private final com.mojang.authlib.minecraft.MinecraftSessionService sessionService
      The field for the sessionService record component.
    • serviceSignatureValidator

      private final class_7500 serviceSignatureValidator
      The field for the serviceSignatureValidator record component.
    • profileRepository

      private final com.mojang.authlib.GameProfileRepository profileRepository
      The field for the profileRepository record component.
    • profileCache

      private final UserCache profileCache
      The field for the profileCache record component.
    • field_39392

      private static final String 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

      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.
    • sessionService

      public com.mojang.authlib.minecraft.MinecraftSessionService sessionService()
      Returns the value of the sessionService record component.
      Returns:
      the value of the sessionService record component
    • serviceSignatureValidator

      public class_7500 serviceSignatureValidator()
      Returns the value of the serviceSignatureValidator record component.
      Returns:
      the value of the serviceSignatureValidator record component
    • profileRepository

      public com.mojang.authlib.GameProfileRepository profileRepository()
      Returns the value of the profileRepository record component.
      Returns:
      the value of the profileRepository record component
    • profileCache

      public UserCache profileCache()
      Returns the value of the profileCache record component.
      Returns:
      the value of the profileCache record component