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

Method PadsBox

src/main/java/fieldcef/plugins/PadsBox.java:35–40  ·  view source on GitHub ↗
(Box head, Box tail)

Source from the content-addressed store, hash-verified

33{
34
35 public PadsBox(Box head, Box tail) {
36 this.properties.put(TopologyBox.head, new BoxRef(head));
37 this.properties.put(TopologyBox.tail, new BoxRef(tail));
38
39 loaded();
40 }
41
42 /**
43 * custom constructor, call init after you are done

Callers

nothing calls this directly

Calls 2

loadedMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected