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

Method setEnd

src/periphery/Place.java:62–65  ·  view source on GitHub ↗
(Position end)

Source from the content-addressed store, hash-verified

60 }
61
62 public Place setEnd(Position end) {
63 this.end.setTo(end);
64 return this;
65 }
66
67 @Override
68 public String toString() {

Callers 2

initInputMethod · 0.80

Calls 1

setToMethod · 0.45

Tested by

no test coverage detected