Skip to content

Delegate CommandExecutor

Namespace: Void.Minecraft.Commands.Brigadier
Assembly: Void.Minecraft.dll

public delegate ValueTask<int> CommandExecutor(CommandContext context, CancellationToken cancellationToken)

Parameters

context CommandContext

cancellationToken CancellationToken

Returns

ValueTask<int>