Class MainCommand
java.lang.Object
pro.cloudnode.smp.cloudnodemsg.command.Command
pro.cloudnode.smp.cloudnodemsg.command.MainCommand
- All Implemented Interfaces:
CommandExecutor
,TabCompleter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiononTabComplete
(@NotNull CommandSender sender, Command command, @NotNull String label, @NotNull String @NotNull [] args) boolean
run
(@NotNull CommandSender sender, @NotNull String label, @NotNull String @NotNull [] args) Methods inherited from class pro.cloudnode.smp.cloudnodemsg.command.Command
onCommand, sendMessage
-
Constructor Details
-
MainCommand
public MainCommand()
-
-
Method Details
-
run
public boolean run(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String label, @NotNull @NotNull String @NotNull [] args) -
onTabComplete
-