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

Method toBracketString

src/minecraft/Position.java:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public String toBracketString() {
79 return "[" + this.x + " " + this.y + " " + this.z + "]";
80 }
81
82 public Position move(int x, int y, int z) {
83 this.x = this.x + x;

Callers 2

toStringMethod · 0.80
writeTailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected