Class ProxyPluginMessageException

    • Constructor Detail

      • ProxyPluginMessageException

        protected ProxyPluginMessageException​(String message,
                                              Throwable cause,
                                              boolean enableSuppression,
                                              boolean writableStackTrace,
                                              Plugin responsiblePlugin,
                                              ProxiedPlayer player,
                                              String channel,
                                              byte[] data)
    • Method Detail

      • getChannel

        public String getChannel()
        Gets the channel to which the error occurred from recieving data from
        Returns:
        exception channel
      • getData

        public byte[] getData()
        Gets the data to which the error occurred from
        Returns:
        exception data
      • getPlayer

        public ProxiedPlayer getPlayer()
        Gets the player which the plugin message causing the exception originated from
        Returns:
        exception player