Skip to content

Delegate SingleRedirectModifier

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

Maps a redirect context to one command source.

public delegate ICommandSource SingleRedirectModifier(CommandContext context)

Parameters

context CommandContext

The redirect context.

Returns

ICommandSource

The source used by the next command stage.