Name | color |
Object | EntityTag |
Input | ElementTag |
Related Tags | <EntityTag.color> If the entity can have a color, returns the entity's color. (...)
<EntityTag.colorable> Returns whether the entity can be colored. (...)
|
Description | Changes the entity's color.
For the available color options, refer to Entity Color Types. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java#L263 |