Class GameProfileFetcher
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.viaversion.viaversion.api.minecraft.GameProfilegetGameProfile(UUID uuid) CompletableFuture<com.viaversion.viaversion.api.minecraft.GameProfile>getGameProfileAsync(UUID uuid) getMojangUuid(String playerName) getMojangUuidAsync(String playerName) booleanisGameProfileLoaded(UUID uuid) booleanisUuidLoaded(String playerName) abstract com.viaversion.viaversion.api.minecraft.GameProfileloadGameProfile(UUID uuid) abstract UUIDloadMojangUuid(String playerName)
-
Constructor Details
-
GameProfileFetcher
public GameProfileFetcher()
-
-
Method Details
-
isUuidLoaded
-
getMojangUuid
-
getMojangUuidAsync
-
isGameProfileLoaded
-
getGameProfile
-
getGameProfileAsync
public CompletableFuture<com.viaversion.viaversion.api.minecraft.GameProfile> getGameProfileAsync(UUID uuid) -
loadMojangUuid
- Throws:
Exception
-
loadGameProfile
public abstract com.viaversion.viaversion.api.minecraft.GameProfile loadGameProfile(UUID uuid) throws Exception - Throws:
Exception
-