Gets the floored value of the Z component, indicating the block that this location is contained with. @return block z
()
| 212 | * @return block z |
| 213 | */ |
| 214 | public int getBlockZ() { |
| 215 | return locToBlock(z); |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * Sets the yaw of this location, measured in degrees. |
no test coverage detected