Abstract
Static
Returns a random point on the edge of a circle around a player's or Vec3 location.
The center point, either a Vec3 or Player
The radius of the circle
A Vec3 on the edge of the circle
Returns a random point within a circle radius around an origin Vec3.
The center of the circle
The radius within which to generate the point
A Vec3 randomly positioned within the circle
Returns the distance to the closest player from a given location in the dimension.
The location to check from
The dimension in which to perform the search
Distance to the nearest player
Returns an array of evenly spaced points around a center in a circle.
The number of points to return
An array of Vec3 points on the circle
Returns a random point on the edge of a circle around a player's or Vec3 location.