Uses of Class
com.zetaplugins.zetacore.commands.ArgumentList
Packages that use ArgumentList
-
Uses of ArgumentList in com.zetaplugins.zetacore.commands
Methods in com.zetaplugins.zetacore.commands that return ArgumentListModifier and TypeMethodDescriptionCommandContext.getArgs()Get the arguments passed to the command.Methods in com.zetaplugins.zetacore.commands with parameters of type ArgumentListModifier and TypeMethodDescriptionabstract booleanPluginCommand.execute(CommandSender sender, Command command, String label, ArgumentList args) Execute the commandPluginCommand.tabComplete(CommandSender sender, Command command, ArgumentList args) The Tabcompletion method for the commandConstructors in com.zetaplugins.zetacore.commands with parameters of type ArgumentListModifierConstructorDescriptionCommandContext(CommandSender sender, Command command, String label, ArgumentList args)