| Name | <LocationTag.sign_contents> |
| Returns | ListTag |
| Mechanism | LocationTag.sign_contents |
| Description | Returns a list of lines on a sign.
For MC 1.20+, this returns the contents on the front of the sign. To get the contents on the back, see LocationTag.sign_back_contents. |
| Generated Example | |
| Group | world |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L1247 |