trackedPlayers

fun trackedPlayers(world: World, chunkPos: IVec2): Collection<Player>

Gets all players tracked by a chunk at a specified chunk position.


fun trackedPlayers(world: World, worldPos: DVec3): Collection<Player>

Gets all players tracked by a chunk at a specified world position.


fun trackedPlayers(chunk: Chunk): Collection<Player>

Gets all players tracked by a chunk.