MCPcopy 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

onTickMethod · 0.45
canStickMethod · 0.45
searchForOresMethod · 0.45
closestMethod · 0.45
calculatePermutationsMethod · 0.45
expandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected