Class IgnoreCommand
java.lang.Object
pro.cloudnode.smp.cloudnodemsg.command.Command
pro.cloudnode.smp.cloudnodemsg.command.IgnoreCommand
- All Implemented Interfaces:
CommandExecutor
,TabCompleter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
ignore
(@NotNull Player player, @NotNull OfflinePlayer target) onTabComplete
(@NotNull CommandSender sender, Command command, @NotNull String label, @NotNull String @NotNull [] args) boolean
run
(@NotNull CommandSender sender, @NotNull String label, @NotNull String @NotNull [] args) static boolean
unignore
(@NotNull Player player, @NotNull OfflinePlayer target) Methods inherited from class pro.cloudnode.smp.cloudnodemsg.command.Command
onCommand, sendMessage
-
Field Details
-
usage
- See Also:
-
-
Constructor Details
-
IgnoreCommand
public IgnoreCommand()
-
-
Method Details
-
run
public boolean run(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String label, @NotNull @NotNull String @NotNull [] args) -
ignore
public static boolean ignore(@NotNull @NotNull Player player, @NotNull @NotNull OfflinePlayer target) -
unignore
public static boolean unignore(@NotNull @NotNull Player player, @NotNull @NotNull OfflinePlayer target) -
onTabComplete
-