| Name | trap_time |
| Object | EntityTag |
| Input | DurationTag |
| Related Tags | <EntityTag.trapped> Returns whether the skeleton horse is trapped. (...)
|
| Description | Sets the skeleton horse's trap time.
Trap time will go up every tick for as long as the horse is trapped (see EntityTag.trapped). A trap time greater than 18000 ticks (15 minutes) will despawn the horse on the next tick. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityTrapTime.java#L58 |