Class CommandServiceExtensions
Namespace: Void.Minecraft.Commands.Brigadier.Extensions
Assembly: Void.Minecraft.dll
public static class CommandServiceExtensionsInheritance
object ← CommandServiceExtensions
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Register(ICommandService, Func<IArgumentContext, LiteralArgumentBuilder>)
public static void Register(this ICommandService commands, Func<IArgumentContext, LiteralArgumentBuilder> configure)Parameters
commands ICommandService
configure Func<IArgumentContext, LiteralArgumentBuilder>