Interface ErrorReporter

All Known Implementing Classes:
BootErrorCommand, Main

public interface ErrorReporter
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    reportError(net.md_5.bungee.api.CommandSender pSender, BootErrorType pBootErrorType)
     
  • Method Details

    • reportError

      default void reportError(net.md_5.bungee.api.CommandSender pSender, BootErrorType pBootErrorType)