CLASS net/minecraft/class_7497 net/minecraft/util/ApiServices COMMENT A record holding session services used by the server. COMMENT COMMENT @apiNote Individual services can be accessed using the getters in COMMENT {@link net.minecraft.server.MinecraftServer}. FIELD comp_838 serviceSignatureVerifier Lnet/minecraft/class_7500; FIELD comp_840 userCache Lnet/minecraft/class_3312; FIELD field_39392 USER_CACHE_FILE_NAME Ljava/lang/String; METHOD comp_838 serviceSignatureVerifier ()Lnet/minecraft/class_7500; METHOD comp_840 userCache ()Lnet/minecraft/class_3312; METHOD method_44143 create (Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;Ljava/io/File;)Lnet/minecraft/class_7497; COMMENT {@return a new API service instance} COMMENT COMMENT

This is usually not needed; call getters on {@link COMMENT net.minecraft.server.MinecraftServer} instead. ARG 0 authenticationService ARG 1 rootDirectory