| Name | health |
| Object | EntityTag |
| Input | 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.
The entity must be living. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityHealth.java#L228 |