Set the Y component. @param y The new Y component. @return This vector.
(int y)
| 666 | * @return This vector. |
| 667 | */ |
| 668 | @NotNull |
| 669 | public Vector setY(int y) { |
| 670 | this.y = y; |
| 671 | return this; |
| 672 | } |
| 673 | |
| 674 | /** |
| 675 | * Set the Y component. |
no outgoing calls
no test coverage detected