Class SetScore
java.lang.Object
com.booksaw.betterTeams.commands.SubCommand
com.booksaw.betterTeams.commands.presets.ScoreSubCommand
com.booksaw.betterTeams.commands.teama.score.SetScore
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.booksaw.betterTeams.commands.presets.ScoreSubCommand
getMaximumArguments, getMinimumArguments, onCommand
Methods inherited from class com.booksaw.betterTeams.commands.SubCommand
addMetaStringList, addPlayerStringList, addTeamStringList, addTeamStringList, checkAsync, getArgMessage, getCommandAndArgMessage, getHelpMessage, needPlayer, runAsync
-
Constructor Details
-
SetScore
public SetScore()
-
-
Method Details
-
onCommand
- Specified by:
onCommand
in classScoreSubCommand
-
getCommand
- Specified by:
getCommand
in classSubCommand
- Returns:
- the sub-command which this class handles
-
getNode
- Specified by:
getNode
in classSubCommand
- Returns:
- the permission node for that sub command
-
getHelp
- Specified by:
getHelp
in classSubCommand
- Returns:
- the help information for that sub command (this does not include the arguments)
-
getArguments
- Specified by:
getArguments
in classSubCommand
- Returns:
- the arguments for that sub command ie '[name]'
-
onTabComplete
public void onTabComplete(List<String> options, org.bukkit.command.CommandSender sender, String label, String[] args) - Specified by:
onTabComplete
in classSubCommand
-