| Name | <LocationTag.points_around_y[radius=<#.#>;points=<#>]> |
| Returns | ListTag(LocationTag) |
| Description | Returns a list of points in a circle around a location's y axis with the specified radius and number of points.
For example: <player.location.points_around_y[radius=10;points=16]> |
| Group | math |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L2470 |