Name | <EntityTag.charged> |
Returns | ElementTag(Boolean) |
Mechanism | EntityTag.charged |
Description | If the entity is wither_skull, returns whether the skull is charged. Charged skulls are blue.
If the entity is a vex, returns whether the vex is charging. Charging vexes have red lines. If the entity is a guardian, returns whether the guardian's laser is active. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityCharged.java#L55 |