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

Method left

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

Source from the content-addressed store, hash-verified

41 }
42
43 public Box left(Box b) {
44 return advance(b, left());
45 }
46
47 public Box down(Box b) {
48 return advance(b, down());

Callers

nothing calls this directly

Calls 2

advanceMethod · 0.95
downMethod · 0.95

Tested by

no test coverage detected