Delegate AmbiguousConsumer
Namespace: Void.Minecraft.Commands.Brigadier
Assembly: Void.Minecraft.dll
Receives a pair of ambiguous sibling command nodes.
public delegate void AmbiguousConsumer(CommandNode parent, CommandNode children, CommandNode sibling, params IEnumerable<string> inputs)Parameters
parent CommandNode
The common parent.
children CommandNode
The child whose examples were tested.
sibling CommandNode
The sibling that accepted them.
inputs IEnumerable<string>
The overlapping example inputs.