Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
on
Method · 0.45
onTick
Method · 0.45
onBrew
Method · 0.45
on
Method · 0.45
handleEvent
Method · 0.45
handleComposterInteraction
Method · 0.45
handleBlockBreakWithShovel
Method · 0.45
seeBlock
Method · 0.45
on
Method · 0.45
calculateRecipeAmount
Method · 0.45
on
Method · 0.45
on
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected