| Name | health_data |
| Object | EntityTag |
| Input | ElementTag(Decimal)/ElementTag(Decimal) |
| Related Tags | <EntityTag.health> Returns the current health of the entity.
<EntityTag.health_max> Returns the maximum health of the entity.
|
| Description | Sets the amount of health the entity has, and the maximum health it has.
The entity must be living. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityHealth.java#L206 |