MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / getUpperSW

Method getUpperSW

src/main/java/com/volmit/adapt/util/Cuboid.java:191–193  ·  view source on GitHub ↗

Get the Location of the upper southwest corner of the Cuboid (maximum XYZ co-ordinates). @return Location of the upper southwest corner

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getWorldMethod · 0.95

Tested by

no test coverage detected