Class SpigotCommandRegistrar

java.lang.Object
redempt.ordinate.spigot.SpigotCommandRegistrar
All Implemented Interfaces:
redempt.ordinate.dispatch.CommandRegistrar<org.bukkit.command.CommandSender>

public class SpigotCommandRegistrar extends Object implements redempt.ordinate.dispatch.CommandRegistrar<org.bukkit.command.CommandSender>
  • Method Details

    • createSpigotCommand

      public static org.bukkit.command.Command createSpigotCommand(redempt.ordinate.command.CommandBase<org.bukkit.command.CommandSender> command)
    • register

      public void register(redempt.ordinate.command.CommandBase<org.bukkit.command.CommandSender> command)
      Specified by:
      register in interface redempt.ordinate.dispatch.CommandRegistrar<org.bukkit.command.CommandSender>
    • unregister

      public void unregister(redempt.ordinate.command.CommandBase<org.bukkit.command.CommandSender> command)
      Specified by:
      unregister in interface redempt.ordinate.dispatch.CommandRegistrar<org.bukkit.command.CommandSender>