org.mudcraft.bukkit.socials.message
Interface Message.Filter

Enclosing class:
Message

public static interface Message.Filter

Defines the contract for specialized predicate classes that indicate whether a Player is eligible to receive a message.

Author:
Geoffrey Davis

Method Summary
 boolean accept(org.bukkit.entity.Player player)
          Returns whether a Player is accepted by the filter.
 

Method Detail

accept

boolean accept(org.bukkit.entity.Player player)
Returns whether a Player is accepted by the filter.

Parameters:
player - the Player object
Returns:
true is the specified Player is accepted by this filter; false otherwise