Get the Location of the lower northeast corner of the Cuboid (minimum XYZ co-ordinates). @return Location of the lower northeast corner
()
| 179 | * @return Location of the lower northeast corner |
| 180 | */ |
| 181 | public Location getLowerNE() { |
| 182 | return new Location(getWorld(), x1, y1, z1); |
| 183 | } |
| 184 | |
| 185 | /** |
| 186 | * Get the Location of the upper southwest corner of the Cuboid (maximum XYZ |