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

Method getLowerNE

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

Get the Location of the lower northeast corner of the Cuboid (minimum XYZ co-ordinates). @return Location of the lower northeast corner

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getWorldMethod · 0.95

Tested by

no test coverage detected