Skip to content

Delegate RedirectModifier

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

Maps a redirect context to zero or more command sources.

public delegate IEnumerable<ICommandSource> RedirectModifier(CommandContext source)

Parameters

source CommandContext

The redirect context.

Returns

IEnumerable<ICommandSource>

The sources used by the next command stage.