Class UserCommand
- java.lang.Object
-
- cc.carm.plugin.userprefix.command.UserCommand
-
- All Implemented Interfaces:
CommandExecutor,TabCompleter
public class UserCommand extends Object implements CommandExecutor, TabCompleter
-
-
Constructor Summary
Constructors Constructor Description UserCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanonCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String s, @NotNull String[] strings)@Nullable List<String>onTabComplete(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] strings)
-
-
-
Method Detail
-
onCommand
public boolean onCommand(@NotNull @NotNull CommandSender sender, @NotNull @NotNull Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] strings)- Specified by:
onCommandin interfaceCommandExecutor
-
onTabComplete
@Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull CommandSender sender, @NotNull @NotNull Command command, @NotNull @NotNull String label, @NotNull @NotNull String[] strings)
- Specified by:
onTabCompletein interfaceTabCompleter
-
-