Name | <EntityTag.in_water_duration> |
Returns | ElementTag(Boolean) |
Mechanism | EntityTag.in_water_duration |
Description | If the entity is a zombie mob, returns the duration of time the zombie has been in water for.
If this value exceeds 600 ticks, the zombie will begin converted to a Drowned mob. See also EntityTag.conversion_duration |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityInWaterTime.java#L49 |