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 int
abstract String
abstract String
getName()
abstract String
getTabCompleteSuggestions
(org.bukkit.command.CommandSender commandSender, String currentMessage, String[] args) getTabCompleteSuggestions
(org.bukkit.entity.Player player, String currentMessage, String[] args) void
abstract void
Methods inherited from class org.leralix.lib.commands.SubCommand
payPlayerSuggestion
-
Constructor Details
-
PlayerSubCommand
public PlayerSubCommand()
-
-
Method Details
-
getName
- Specified by:
getName
in classSubCommand
-
getDescription
- Specified by:
getDescription
in classSubCommand
-
getArguments
public abstract int getArguments()- Specified by:
getArguments
in classSubCommand
-
getSyntax
- Specified by:
getSyntax
in classSubCommand
-
getTabCompleteSuggestions
public List<String> getTabCompleteSuggestions(org.bukkit.command.CommandSender commandSender, String currentMessage, String[] args) - Specified by:
getTabCompleteSuggestions
in classSubCommand
-
getTabCompleteSuggestions
-
perform
- Specified by:
perform
in classSubCommand
-
perform
-