Class HeartCommand
java.lang.Object
com.zetaplugins.lifestealz.commands.HeartCommand
- All Implemented Interfaces:
CommandExecutor
,TabCompleter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
onCommand
(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, String[] args) onTabComplete
(@NotNull CommandSender sender, @NotNull Command command, @NotNull String alias, String[] args)
-
Constructor Details
-
HeartCommand
-
-
Method Details
-
onCommand
public boolean onCommand(@NotNull @NotNull CommandSender sender, @NotNull @NotNull Command command, @NotNull @NotNull String label, String[] args) - Specified by:
onCommand
in interfaceCommandExecutor
-
onTabComplete
@Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull CommandSender sender, @NotNull @NotNull Command command, @NotNull @NotNull String alias, String[] args) - Specified by:
onTabComplete
in interfaceTabCompleter
-