Class UserCommand
- java.lang.Object
-
- cc.carm.plugin.userprefix.command.UserCommand
-
- All Implemented Interfaces:
CommandExecutor
public class UserCommand extends Object implements CommandExecutor
-
-
Constructor Summary
Constructors Constructor Description UserCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String s, @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:
onCommand
in interfaceCommandExecutor
-
-