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 TypeMethodDescriptionintgetName()getTabCompleteSuggestions(org.bukkit.entity.Player player, String currentMessage, String[] args) voidMethods inherited from class org.leralix.lib.commands.PlayerSubCommand
getTabCompleteSuggestions, performMethods inherited from class org.leralix.lib.commands.SubCommand
payPlayerSuggestion
-
Constructor Details
-
MainHelpCommand
-
-
Method Details
-
getName
- Specified by:
getNamein classPlayerSubCommand
-
getDescription
- Specified by:
getDescriptionin classPlayerSubCommand
-
getArguments
public int getArguments()- Specified by:
getArgumentsin classPlayerSubCommand
-
getSyntax
- Specified by:
getSyntaxin classPlayerSubCommand
-
getTabCompleteSuggestions
public List<String> getTabCompleteSuggestions(org.bukkit.entity.Player player, String currentMessage, String[] args) - Specified by:
getTabCompleteSuggestionsin classPlayerSubCommand
-
perform
- Specified by:
performin classPlayerSubCommand
-