Interface GameProfileRepository
- All Known Implementing Classes:
YggdrasilGameProfileRepository
public interface GameProfileRepository
-
Method Summary
Modifier and TypeMethodDescriptionfindProfileByName(String name) Find UUID and canonical name for a single account.voidfindProfilesByNames(String[] names, ProfileLookupCallback callback) Find UUID and canonical name for muliple accounts Note 1: returned names might differ in casing from requested one Note 2: might be slower thanfindProfileByName(String)
-
Method Details
-
findProfilesByNames
Find UUID and canonical name for muliple accounts Note 1: returned names might differ in casing from requested one Note 2: might be slower thanfindProfileByName(String) -
findProfileByName
-