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

Method getZ

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

Source from the content-addressed store, hash-verified

39 }
40
41 public int getZ() {
42 return this.z;
43 }
44
45 public Position setX(int x) {
46 this.x = x;

Callers 15

capByMethod · 0.95
capBelowMethod · 0.95
openMethod · 0.95
getBestXYZMethod · 0.45
getBestXYMethod · 0.45
getBestXZMethod · 0.45
getBestYZMethod · 0.45
getBestXMethod · 0.45
getBestYMethod · 0.45
getBestZMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected