public interface PlayerPredicate
Interface used to match players that meets criteria.
It does not declare FunctionalInterface annotation, however
it can be used as a lambda expression.
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSend(org.bukkit.entity.Player player)
Returns
true if a packet should be send to a player. |
Copyright © 2021. All Rights Reserved.