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

Method up

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

Source from the content-addressed store, hash-verified

49 }
50
51 public Box up(Box b) {
52 return advance(b, up());
53 }
54
55
56 public Box right(Box b, float maxTravel) {

Callers

nothing calls this directly

Calls 2

advanceMethod · 0.95
rightMethod · 0.95

Tested by

no test coverage detected