Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VolmitSoftware/Adapt
/ toVector
Method
toVector
src/main/java/com/volmit/adapt/util/Direction.java:318–320 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
316
}
317
318
public
Vector toVector() {
319
return
new
Vector(x, y, z);
320
}
321
322
public
boolean isCrooked(Direction to) {
323
if
(equals(to.reverse())) {
Callers
6
onTick
Method · 0.45
canStick
Method · 0.45
searchForOres
Method · 0.45
closest
Method · 0.45
calculatePermutations
Method · 0.45
expand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected