Package io.github.mqzn
Class VelocityCommandSyntaxBuilder<C>
java.lang.Object
io.github.mqzn.commands.base.syntax.CommandSyntaxBuilder<com.velocitypowered.api.command.CommandSource,C>
io.github.mqzn.VelocityCommandSyntaxBuilder<C>
public final class VelocityCommandSyntaxBuilder<C>
extends io.github.mqzn.commands.base.syntax.CommandSyntaxBuilder<com.velocitypowered.api.command.CommandSource,C>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C> VelocityCommandSyntaxBuilder<C>
static VelocityCommandSyntaxBuilder<com.velocitypowered.api.command.CommandSource>
Methods inherited from class io.github.mqzn.commands.base.syntax.CommandSyntaxBuilder
argument, build, execute, flags, flags, genericBuilder, info, senderType
-
Method Details
-
builder
public static <C> VelocityCommandSyntaxBuilder<C> builder(@NotNull @NotNull Class<C> senderClass, @NotNull @NotNull String commandLabel) -
builder
public static VelocityCommandSyntaxBuilder<com.velocitypowered.api.command.CommandSource> builder(@NotNull @NotNull String commandLabel)
-