trackedPlayers

fun trackedPlayers(entityId: UUID): Collection<Player>

Gets the players tracked by an entity with the specified ID.


fun trackedPlayers(entity: Entity): Collection<Player>

Gets the players tracked by the specified entity.