Gets the floored value of the Y component, indicating the block that this location is contained with. @return block y
()
| 184 | * @return block y |
| 185 | */ |
| 186 | public int getBlockY() { |
| 187 | return locToBlock(y); |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Sets the z-coordinate of this location |
no test coverage detected