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

Method toString

src/minecraft/WorldPiece.java:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public String toString() {
107 return this.filePosition.toFileName() + " local " + this.localChunkPosition.toString() + " bounds " + this.lower.toBracketString() + " to "
108 + this.higher.toBracketString() + " -> " + this.vmfStart.toBracketString();
109 }
110
111 public Position getVmfStart() {
112 return this.vmfStart.copy();

Callers

nothing calls this directly

Calls 2

toFileNameMethod · 0.80
toBracketStringMethod · 0.80

Tested by

no test coverage detected