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

Method getSizeY

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

Get the size of this Cuboid along the Y axis @return Size of Cuboid along the Y axis

()

Source from the content-addressed store, hash-verified

233 * @return Size of Cuboid along the Y axis
234 */
235 public int getSizeY() {
236 return (y2 - y1) + 1;
237 }
238
239 /**
240 * Get the size of this Cuboid along the Z axis

Callers 2

getDimensionMethod · 0.95
volumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected