| Name | <EntityTag.collides_at[<location>]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the entity's bounding box would collide if the entity was moved to the given location.
This checks for any colliding entities (like boats and shulkers), the world border and regular blocks. (Note that this won't load chunks at the location.) |
| Generated Example | |
| Group | paper |
| Requires | Paper |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperEntityExtensions.java#L146 |