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

Method setZ

src/minecraft/Position.java:55–58  ·  view source on GitHub ↗
(int z)

Source from the content-addressed store, hash-verified

53 }
54
55 public Position setZ(int z) {
56 this.z = z;
57 return this;
58 }
59
60 @Override
61 public boolean equals(Object object) {

Callers 3

getMeanMethod · 0.95
bringInOrderMethod · 0.80
PlayerInLevelReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected