* Set whether this block is movable or not. * * @param movable True if movable.
(movable: boolean)
| 856 | * @param movable True if movable. |
| 857 | */ |
| 858 | setMovable(movable: boolean) { |
| 859 | this.movable = movable; |
| 860 | } |
| 861 | |
| 862 | /** |
| 863 | * Get whether is block is duplicatable or not. If duplicating this block and |
no outgoing calls
no test coverage detected