Interface GameProfileRepository

All Known Implementing Classes:
YggdrasilGameProfileRepository

public interface GameProfileRepository
  • Method Details

    • findProfilesByNames

      void findProfilesByNames(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 than findProfileByName(String)
    • findProfileByName

      Optional<NameAndId> findProfileByName(String name)
      Find UUID and canonical name for a single account. Note: returned name might differ in casing from requested one