net.minecraft.server

public record Services

amu
net.minecraft.server.Services
net.minecraft.class_7497
net.minecraft.util.ApiServices
net.minecraft.server.Services

Field summary

Modifier and TypeField
private final com.mojang.authlib.minecraft.MinecraftSessionService
a
sessionService
comp_837
sessionService
private final com.mojang.authlib.yggdrasil.ServicesKeySet
b
servicesKeySet
comp_838
servicesKeySet
private final com.mojang.authlib.GameProfileRepository
c
profileRepository
comp_839
profileRepository
private final GameProfileCache
d
profileCache
comp_840
userCache
private static final String
e
USERID_CACHE_FILE
field_39392
USER_CACHE_FILE_NAME

Constructor summary

ModifierConstructor
public (com.mojang.authlib.minecraft.MinecraftSessionService arg0, com.mojang.authlib.yggdrasil.ServicesKeySet arg1, com.mojang.authlib.GameProfileRepository arg2, GameProfileCache arg3)

Method summary

Modifier and TypeMethod
public static Services
a(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService arg0, File arg1)
create(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService arg0, File arg1)
method_44143(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService arg0, File arg1)
create(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authenticationService, File rootDirectory)
public SignatureValidator
a()
profileKeySignatureValidator()
method_51467()
serviceSignatureVerifier()
public boolean
b()
canValidateProfileKeys()
method_55595()
providesProfileKeys()
public com.mojang.authlib.minecraft.MinecraftSessionService
c()
sessionService()
comp_837()
sessionService()
public com.mojang.authlib.yggdrasil.ServicesKeySet
d()
servicesKeySet()
comp_838()
servicesKeySet()
public com.mojang.authlib.GameProfileRepository
e()
profileRepository()
comp_839()
profileRepository()
public GameProfileCache
f()
profileCache()
comp_840()
userCache()