Class LevelledMobsCommand

java.lang.Object
me.lokka30.levelledmobs.commands.LevelledMobsCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

public class LevelledMobsCommand extends Object implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
This class handles the command execution of '/levelledmobs'.
Since:
2.4.0
  • Field Details

  • Constructor Details

    • LevelledMobsCommand

      public LevelledMobsCommand(LevelledMobs main)
  • Method Details

    • onCommand

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

      public List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command cmd, @NotNull @NotNull String alias, @NotNull @NotNull String @NotNull [] args)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter