MCPcopy Create free account
hub / github.com/Garten/sourcecraft / setStart

Method setStart

src/periphery/Place.java:57–60  ·  view source on GitHub ↗
(Position start)

Source from the content-addressed store, hash-verified

55 }
56
57 public Place setStart(Position start) {
58 this.start.setTo(start);
59 return this;
60 }
61
62 public Place setEnd(Position end) {
63 this.end.setTo(end);

Callers 2

initInputMethod · 0.80

Calls 1

setToMethod · 0.45

Tested by

no test coverage detected