Name | is_open |
Object | BigDoorsDoorTag |
Input | ElementTag(Boolean) |
Related Tags | <BigDoorsDoorTag.is_open> Returns whether the door is open.
<BigDoorsDoorTag.is_busy> Returns whether the door is busy (currently animated/opening/closing).
|
Description | Sets opened state of a door (this activates the animations).
Doors cannot be opened or closed if they are busy (currently opening or closing). This ignores whether a door is locked. |
Requires | Depenizen, Big Doors |
Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/bigdoors/BigDoorsDoorTag.java#L231 |