Uses of Interface
com.mojang.authlib.GameProfileRepository
Packages that use GameProfileRepository
Package
Description
-
Uses of GameProfileRepository in com.mojang.authlib
Methods in com.mojang.authlib that return GameProfileRepositoryModifier and TypeMethodDescriptionAuthenticationService.createProfileRepository()Creates a relevantGameProfileRepositorydesigned for this authentication service. -
Uses of GameProfileRepository in com.mojang.authlib.yggdrasil
Classes in com.mojang.authlib.yggdrasil that implement GameProfileRepositoryMethods in com.mojang.authlib.yggdrasil that return GameProfileRepository -
Uses of GameProfileRepository in net.minecraft.server
Fields in net.minecraft.server declared as GameProfileRepositoryModifier and TypeFieldDescriptionprivate final GameProfileRepositoryServices.profileRepositoryThe field for theprofileRepositoryrecord component.Methods in net.minecraft.server that return GameProfileRepositoryModifier and TypeMethodDescriptionServices.profileRepository()Returns the value of theprofileRepositoryrecord component.Constructors in net.minecraft.server with parameters of type GameProfileRepositoryModifierConstructorDescriptionServices(MinecraftSessionService sessionService, ServicesKeySet servicesKeySet, GameProfileRepository profileRepository, UserNameToIdResolver nameToIdCache, ProfileResolver profileResolver) Creates an instance of aServicesrecord class. -
Uses of GameProfileRepository in net.minecraft.server.players
Fields in net.minecraft.server.players declared as GameProfileRepositoryModifier and TypeFieldDescriptionprivate final GameProfileRepositoryCachedUserNameToIdResolver.profileRepositoryMethods in net.minecraft.server.players with parameters of type GameProfileRepositoryModifier and TypeMethodDescriptionCachedUserNameToIdResolver.lookupGameProfile(GameProfileRepository profileRepository, String name) Constructors in net.minecraft.server.players with parameters of type GameProfileRepositoryModifierConstructorDescriptionCachedUserNameToIdResolver(GameProfileRepository profileRepository, File file)