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
The source used by the next command stage.