Package org.leralix.lib.commands
Class PlayerSubCommand
java.lang.Object
org.leralix.lib.commands.SubCommand
org.leralix.lib.commands.PlayerSubCommand
- Direct Known Subclasses:
MainHelpCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intabstract Stringabstract StringgetName()abstract StringgetTabCompleteSuggestions(org.bukkit.command.CommandSender commandSender, String currentMessage, String[] args) getTabCompleteSuggestions(org.bukkit.entity.Player player, String currentMessage, String[] args) voidabstract voidMethods inherited from class org.leralix.lib.commands.SubCommand
payPlayerSuggestion
-
Constructor Details
-
PlayerSubCommand
public PlayerSubCommand()
-
-
Method Details
-
getName
- Specified by:
getNamein classSubCommand
-
getDescription
- Specified by:
getDescriptionin classSubCommand
-
getArguments
public abstract int getArguments()- Specified by:
getArgumentsin classSubCommand
-
getSyntax
- Specified by:
getSyntaxin classSubCommand
-
getTabCompleteSuggestions
public List<String> getTabCompleteSuggestions(org.bukkit.command.CommandSender commandSender, String currentMessage, String[] args) - Specified by:
getTabCompleteSuggestionsin classSubCommand
-
getTabCompleteSuggestions
-
perform
- Specified by:
performin classSubCommand
-
perform
-