Gets the floored value of the Z component, indicating the block that this vector is contained with. @return block z
()
| 604 | * @return block z |
| 605 | */ |
| 606 | public int getBlockZ() { |
| 607 | return NumberConversions.floor(z); |
| 608 | } |
| 609 | |
| 610 | /** |
| 611 | * Set the X component. |
no test coverage detected