Interface IgnoreSender
public interface IgnoreSender
Sends ignore-related messages when players ignore each other.
- Since:
- 1.6.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleansendIfIgnored(FPlayer fPlayer, FPlayer fTarget) Checks if two players ignore each other and sends notification to sender.
-
Method Details
-
sendIfIgnored
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
-