Class ExtensionCommandUtils

java.lang.Object
net.joseplay.allianceutils.api.extensions.ExtensionCommandUtils
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

public class ExtensionCommandUtils extends Object implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
  • Constructor Details

    • ExtensionCommandUtils

      public ExtensionCommandUtils()
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] strings)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor
    • onTabComplete

      @Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] strings)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter