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

Method clone

src/main/java/com/volmit/adapt/util/Cuboid.java:673–676  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

671 * @see java.lang.Object#clone()
672 */
673 @Override
674 public Cuboid clone() throws CloneNotSupportedException {
675 return new Cuboid(this);
676 }
677
678 /*
679 * (non-Javadoc)

Callers 15

onMethod · 0.45
onTickMethod · 0.45
onBrewMethod · 0.45
onMethod · 0.45
handleEventMethod · 0.45
seeBlockMethod · 0.45
onMethod · 0.45
calculateRecipeAmountMethod · 0.45
onMethod · 0.45
onMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected