| Name | sign_back_glowing |
| Object | LocationTag |
| Input | ElementTag(Boolean) |
| Related Tags | <LocationTag.sign_back_glow_color> Returns the name of the glow color on the back of the sign at the location. (...)
<LocationTag.sign_back_glowing> Returns whether the back of a Sign block at this location is glowing. (...)
|
| Description | Changes whether the back of the sign at the location is glowing.
To set the glowing state of the front, see LocationTag.sign_glowing. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4639 |