Gets the floored value of the X component, indicating the block that this location is contained with. @return block X
()
| 156 | * @return block X |
| 157 | */ |
| 158 | public int getBlockX() { |
| 159 | return locToBlock(x); |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Sets the y-coordinate of this location |
no test coverage detected