getPlayersTrackingChunk
fun ServerWorld.getPlayersTrackingChunk(pos: ChunkPos): Collection<ServerPlayerEntity>
Content copied to clipboard
Returns the players who are currently "tracking" the chunk, i.e. who have the chunk loaded.
Author
sschr15