MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / down

Method down

src/main/java/fieldbox/boxes/plugins/Layout.java:47–49  ·  view source on GitHub ↗
(Box b)

Source from the content-addressed store, hash-verified

45 }
46
47 public Box down(Box b) {
48 return advance(b, down());
49 }
50
51 public Box up(Box b) {
52 return advance(b, up());

Callers 2

rightMethod · 0.95
leftMethod · 0.95

Calls 2

advanceMethod · 0.95
rightMethod · 0.95

Tested by

no test coverage detected