| Name | <EntityTag.opacity> |
| Returns | ElementTag(Number) |
| Mechanism | EntityTag.opacity |
| Description | (Property) A text display entity's text opacity, from 0 to 255.
Can be interpolated, see Display entity interpolation. Note that there's currently an edge-case/bug where 0-3 are completely opaque, and it only becomes transparent at 4. |
| Generated Example | |
| Group | Properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityOpacity.java#L10 |