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 intabstract Stringabstract StringgetName()abstract StringgetTabCompleteSuggestions(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
-