Package org.leralix.lib.commands
Class SubCommand
java.lang.Object
org.leralix.lib.commands.SubCommand
- Direct Known Subclasses:
PlayerSubCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
abstract String
abstract String
getName()
abstract String
getTabCompleteSuggestions
(org.bukkit.command.CommandSender player, String currentMessage, String[] args) payPlayerSuggestion
(String[] args) abstract void
-
Constructor Details
-
SubCommand
public SubCommand()
-
-
Method Details
-
getName
-
getDescription
-
getArguments
public abstract int getArguments() -
getSyntax
-
getTabCompleteSuggestions
-
perform
-
payPlayerSuggestion
-