Class BootErrorCommand

java.lang.Object
net.md_5.bungee.api.plugin.Command
de.simonsator.partyandfriends.main.BootErrorCommand
All Implemented Interfaces:
ErrorReporter

public class BootErrorCommand extends net.md_5.bungee.api.plugin.Command implements ErrorReporter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(net.md_5.bungee.api.CommandSender pSender, String[] args)
     

    Methods inherited from class net.md_5.bungee.api.plugin.Command

    canEqual, equals, getAliases, getName, getPermission, getPermissionMessage, hashCode, hasPermission, setPermissionMessage, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface de.simonsator.partyandfriends.main.startup.error.ErrorReporter

    reportError
  • Constructor Details

    • BootErrorCommand

      public BootErrorCommand(String[] names)
    • BootErrorCommand

      public BootErrorCommand(String[] names, BootErrorType pType)
  • Method Details

    • execute

      public void execute(net.md_5.bungee.api.CommandSender pSender, String[] args)
      Specified by:
      execute in class net.md_5.bungee.api.plugin.Command