Interface IArgumentBuilder<TNode>
Namespace: Void.Minecraft.Commands.Brigadier.Builder
Assembly: Void.Minecraft.dll
Builds a command-tree node.
public interface IArgumentBuilder<out TNode> where TNode : CommandNodeType Parameters
TNode
The produced node type.
Methods
Build()
Creates the configured command node.
TNode Build()Returns
TNode
The built node.