| Package | Description |
|---|---|
| com.github.fierioziy.particlenativeapi.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnection.sendPacketIf(Collection<org.bukkit.entity.Player> players,
Object packet,
PlayerPredicate predicate)
Sends packet to each
Player that matches predicate. |
void |
ServerConnection.sendPacketIf(org.bukkit.Location loc,
double radius,
Object packet,
PlayerPredicate predicate)
Sends a packet to every player in given radius
that matches predicate.
|
Copyright © 2021. All Rights Reserved.