MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / toString

Method toString

src/main/java/net/minecraft/util/Vec3i.java:124–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 public String toString()
125 {
126 return Objects.toStringHelper(this).add("x", this.getX()).add("y", this.getY()).add("z", this.getZ()).toString();
127 }
128}

Callers

nothing calls this directly

Calls 4

getXMethod · 0.95
getYMethod · 0.95
getZMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected