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

Method toFileName

src/minecraft/ChunkPosition.java:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public String toFileName() {
51 return "r." + this.x + "." + this.z + "." + Minecraft.ANVIL_ENDING;
52 }
53}

Callers 1

toStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected