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

Method toString

src/periphery/Place.java:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 @Override
68 public String toString() {
69 return this.displayName;
70 }
71
72 public Bounds createBound() {
73 return new Bounds(this.getStart(), this.getEnd());

Callers 3

setMinecraftPathMethod · 0.45
setSteamPathMethod · 0.45
getWorldPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected