Package io.github.mqzn
Class VelocityCommandSubCommandBuilder<C>
java.lang.Object
io.github.mqzn.commands.base.syntax.CommandSyntaxBuilder<com.velocitypowered.api.command.CommandSource,C>
io.github.mqzn.VelocityCommandSubCommandBuilder<C>
public final class VelocityCommandSubCommandBuilder<C>
extends io.github.mqzn.commands.base.syntax.CommandSyntaxBuilder<com.velocitypowered.api.command.CommandSource,C>
-
Field Summary
Fields inherited from class io.github.mqzn.commands.base.syntax.CommandSyntaxBuilder
arguments, commandLabel, execution, flags, info, senderClass
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C> VelocityCommandSubCommandBuilder<C>
static VelocityCommandSubCommandBuilder<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> VelocityCommandSubCommandBuilder<C> builder(@NotNull @NotNull Class<C> senderClass, @NotNull @NotNull String commandLabel) -
builder
public static VelocityCommandSubCommandBuilder<com.velocitypowered.api.command.CommandSource> builder(@NotNull @NotNull String commandLabel)
-