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

Method getDimension

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

Get the cuboid dimensions @return the dimensions

()

Source from the content-addressed store, hash-verified

251 * @return the dimensions
252 */
253 public Dimension getDimension() {
254 return new Dimension(getSizeX(), getSizeY(), getSizeZ());
255 }
256
257 /**
258 * Get the minimum X co-ordinate of this Cuboid

Callers

nothing calls this directly

Calls 3

getSizeXMethod · 0.95
getSizeYMethod · 0.95
getSizeZMethod · 0.95

Tested by

no test coverage detected