Skip to content

Interface IMojangService

Namespace: Void.Minecraft.Mojang
Assembly: Void.Minecraft.dll

public interface IMojangService

Methods

VerifyAsync(IPlayer, CancellationToken)

ValueTask<GameProfile?> VerifyAsync(IPlayer player, CancellationToken cancellationToken = default)

Parameters

player IPlayer

cancellationToken CancellationToken

Returns

ValueTask<GameProfile?>