Set the Y component. @param y The new Y component. @return This vector.
(int y)
| 650 | * @return This vector. |
| 651 | */ |
| 652 | @NotNull |
| 653 | public Vector setY(int y) { |
| 654 | this.y = y; |
| 655 | return this; |
| 656 | } |
| 657 | |
| 658 | /** |
| 659 | * Set the Y component. |
no outgoing calls
no test coverage detected