Gets the z-coordinate of this location @return z-coordinate
()
| 202 | * @return z-coordinate |
| 203 | */ |
| 204 | public double getZ() { |
| 205 | return z; |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * Gets the floored value of the Z component, indicating the block that |
no outgoing calls
no test coverage detected