Class DebugCommandHandler

java.lang.Object
com.zetaplugins.zetacore.debug.command.DebugCommandHandler
All Implemented Interfaces:
CommandExecutor, TabCompleter

public final class DebugCommandHandler extends Object implements CommandExecutor, TabCompleter
DebugCommandHandler is a command handler for the debug command.
  • Constructor Details

    • DebugCommandHandler

      public DebugCommandHandler(JavaPlugin plugin, File pluginFile, String permission)
      Constructor for DebugCommandHandler.
      Parameters:
      plugin - the JavaPlugin instance
      pluginFile - the file of the plugin, used to generate a hash. Can be obtained using JavaPlugin#getFile(} inside a plugin's main class.
      permission - the permission required to execute the command
    • DebugCommandHandler

      public DebugCommandHandler(JavaPlugin plugin, File pluginFile, String permission, DebugCommandMessages messages)
      Constructor for DebugCommandHandler.
      Parameters:
      plugin - the JavaPlugin instance
      pluginFile - the file of the plugin, used to generate a hash. Can be obtained using JavaPlugin#getFile(} inside a plugin's main class.
      permission - the permission required to execute the command
      messages - the messages used in the command
  • Method Details