Gets the floored value of the X component, indicating the block that this vector is contained with. @return block X
()
| 566 | * @return block X |
| 567 | */ |
| 568 | public int getBlockX() { |
| 569 | return NumberConversions.floor(x); |
| 570 | } |
| 571 | |
| 572 | /** |
| 573 | * Gets the Y component. |
no test coverage detected