Get the Location of the upper southwest corner of the Cuboid (maximum XYZ co-ordinates). @return Location of the upper southwest corner
()
| 189 | * @return Location of the upper southwest corner |
| 190 | */ |
| 191 | public Location getUpperSW() { |
| 192 | return new Location(getWorld(), x2, y2, z2); |
| 193 | } |
| 194 | |
| 195 | /** |
| 196 | * Get the the centre of the Cuboid |