Name | collidable |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.is_collidable> Returns whether the entity is collidable. (...)
|
Description | Sets whether the entity is collidable.
For NPCs, Sets the persistent collidable value. NOTE: To disable collision between two entities, set this mechanism to false on both entities. NOTE: For players, to fully remove collision you need to use team and set "option:collision_rule status:never" |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3768 |