Interface GameProfileFinder


public interface GameProfileFinder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<com.mojang.authlib.GameProfile>
    findProfile(String playerName)
     
    Optional<com.mojang.authlib.GameProfile>
    findProfile(UUID playerId)
     
  • Method Details

    • findProfile

      Optional<com.mojang.authlib.GameProfile> findProfile(UUID playerId)
    • findProfile

      Optional<com.mojang.authlib.GameProfile> findProfile(String playerName)