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

Method getString

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

Source from the content-addressed store, hash-verified

98 }
99
100 public String getString() {
101 return this.x + " " + this.y + " " + this.z;
102 }
103
104 public int getRoomSizeTo(Position target) {
105 return (target.x - this.x) * (target.y - this.y) * (target.z - this.z);

Callers 4

CuboidMethod · 0.95
writeSideMethod · 0.80
writeEndMethod · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected