| Name | oxygen |
| Object | EntityTag |
| Input | DurationTag |
| Related Tags | <EntityTag.oxygen> Returns the duration of oxygen the entity has left. (...)
<EntityTag.max_oxygen> Returns the maximum duration of oxygen the entity can have. (...)
|
| Description | Sets how much air the entity has remaining before it drowns.
The entity must be living. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3656 |