MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / getZ

Method getZ

src/main/java/emu/grasscutter/utils/Position.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public float getZ() {
63 return z;
64 }
65
66 public void setZ(float z) {
67 this.z = z;

Callers 15

teleportMethod · 0.95
checkSpawnsMethod · 0.95
equal2dMethod · 0.95
equal3dMethod · 0.95
computeDistanceMethod · 0.95
toStringMethod · 0.95
toProtoMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95
isPlayerMovingMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected