Package org.leralix.lib.commands
Class MainHelpCommand
java.lang.Object
org.leralix.lib.commands.SubCommand
org.leralix.lib.commands.PlayerSubCommand
org.leralix.lib.commands.MainHelpCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getName()
getTabCompleteSuggestions
(org.bukkit.entity.Player player, String currentMessage, String[] args) void
Methods inherited from class org.leralix.lib.commands.PlayerSubCommand
getTabCompleteSuggestions, perform
Methods inherited from class org.leralix.lib.commands.SubCommand
payPlayerSuggestion
-
Constructor Details
-
MainHelpCommand
-
-
Method Details
-
getName
- Specified by:
getName
in classPlayerSubCommand
-
getDescription
- Specified by:
getDescription
in classPlayerSubCommand
-
getArguments
public int getArguments()- Specified by:
getArguments
in classPlayerSubCommand
-
getSyntax
- Specified by:
getSyntax
in classPlayerSubCommand
-
getTabCompleteSuggestions
public List<String> getTabCompleteSuggestions(org.bukkit.entity.Player player, String currentMessage, String[] args) - Specified by:
getTabCompleteSuggestions
in classPlayerSubCommand
-
perform
- Specified by:
perform
in classPlayerSubCommand
-