Skip to content

Delegate CommandExecutorSync

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

Represents a synchronous command callback that computes an integer result from a .

public delegate int CommandExecutorSync(CommandContext context)

Parameters

context CommandContext

The command execution context.

Returns

int

The integer result returned to the command dispatcher.