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

Method getSizeZ

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

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

()

Source from the content-addressed store, hash-verified

242 * @return Size of Cuboid along the Z axis
243 */
244 public int getSizeZ() {
245 return (z2 - z1) + 1;
246 }
247
248 /**
249 * Get the cuboid dimensions

Callers 2

getDimensionMethod · 0.95
volumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected