Name | add_corner |
Object | PolygonTag |
Input | LocationTag |
Related Tags | <PolygonTag.with_corner[<location>]> Returns a copy of the polygon, with the specified corner added to the end of the corner list.
|
Description | Adds a corner to the end of the polygon's corner list. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PolygonTag.java#L833 |