java.lang.Object
net.raphimc.vialegacy.protocol.release.r1_7_6_10tor1_8.provider.GameProfileFetcher
All Implemented Interfaces:
com.viaversion.viaversion.api.platform.providers.Provider

public abstract class GameProfileFetcher extends Object implements com.viaversion.viaversion.api.platform.providers.Provider
  • Constructor Details

    • GameProfileFetcher

      public GameProfileFetcher()
  • Method Details

    • isUuidLoaded

      public boolean isUuidLoaded(String playerName)
    • getMojangUuid

      public UUID getMojangUuid(String playerName)
    • getMojangUuidAsync

      public CompletableFuture<UUID> getMojangUuidAsync(String playerName)
    • isGameProfileLoaded

      public boolean isGameProfileLoaded(UUID uuid)
    • getGameProfile

      public com.viaversion.viaversion.api.minecraft.GameProfile getGameProfile(UUID uuid)
    • getGameProfileAsync

      public CompletableFuture<com.viaversion.viaversion.api.minecraft.GameProfile> getGameProfileAsync(UUID uuid)
    • loadMojangUuid

      public abstract UUID loadMojangUuid(String playerName) throws Exception
      Throws:
      Exception
    • loadGameProfile

      public abstract com.viaversion.viaversion.api.minecraft.GameProfile loadGameProfile(UUID uuid) throws Exception
      Throws:
      Exception