Gets the floored value of the Y component, indicating the block that this vector is contained with. @return block y
()
| 585 | * @return block y |
| 586 | */ |
| 587 | public int getBlockY() { |
| 588 | return NumberConversions.floor(y); |
| 589 | } |
| 590 | |
| 591 | /** |
| 592 | * Gets the Z component. |
no test coverage detected