getPlayersNear
fun ServerWorld.getPlayersNear(pos: Vec3d, radius: Double): Collection<ServerPlayerEntity>
Content copied to clipboard
fun ServerWorld.getPlayersNear(pos: Vec3i, radius: Double): Collection<ServerPlayerEntity>
Content copied to clipboard
Returns the players who are a max of radius blocks away from the pos.
Author
sschr15