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

Method right

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

Source from the content-addressed store, hash-verified

37 float inset = 10;
38
39 public Box right(Box b) {
40 return advance(b, right());
41 }
42
43 public Box left(Box b) {
44 return advance(b, left());

Callers 2

downMethod · 0.95
upMethod · 0.95

Calls 2

advanceMethod · 0.95
downMethod · 0.95

Tested by

no test coverage detected