| Name | AreaObject | 
| Prefix | None | 
| Identity Format | N/A | 
| Description | "AreaObject" is a pseudo-ObjectType that represents any object that indicates a world-space area, such as a CuboidTag. | 
| Matchable | AreaObject matchers (applies to CuboidTag, EllipsoidTag, PolygonTag, ...), sometimes identified as "<area>": "cuboid" plaintext: matches if the area is a CuboidTag. "ellipsoid" plaintext: matches if the area is an EllipsoidTag. "polygon" plaintext: matches if the area is a PolygonTag. "area_flagged:<flag>": a Flag Matchable for AreaObject flags. Area note name: matches if the AreaObject's note name matches the given advanced matcher. | 
| Extended By | CuboidTag, EllipsoidTag, PolygonTag | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/AreaContainmentObject.java#L28 |