Interface IgnoreSender


public interface IgnoreSender
Sends ignore-related messages when players ignore each other.
Since:
1.6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    sendIfIgnored(FPlayer fPlayer, FPlayer fTarget)
    Checks if two players ignore each other and sends notification to sender.
  • Method Details

    • sendIfIgnored

      boolean sendIfIgnored(FPlayer fPlayer, FPlayer fTarget)
      Checks if two players ignore each other and sends notification to sender.
      Parameters:
      fPlayer - the player attempting to send a message (receives notification)
      fTarget - the target player
      Returns:
      true if either player ignores the other, false otherwise