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

Method getSizeX

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

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

()

Source from the content-addressed store, hash-verified

224 * @return Size of Cuboid along the X axis
225 */
226 public int getSizeX() {
227 return (x2 - x1) + 1;
228 }
229
230 /**
231 * Get the size of this Cuboid along the Y axis

Callers 2

getDimensionMethod · 0.95
volumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected