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

Method setY

src/minecraft/Position.java:50–53  ·  view source on GitHub ↗
(int y)

Source from the content-addressed store, hash-verified

48 }
49
50 public Position setY(int y) {
51 this.y = y;
52 return this;
53 }
54
55 public Position setZ(int z) {
56 this.z = z;

Callers 7

getMeanMethod · 0.95
getBoundAndTargetMethod · 0.95
addSpawnPointMethod · 0.95
addMethod · 0.80
addMethod · 0.80
bringInOrderMethod · 0.80
PlayerInLevelReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected