MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getPlayerPosZ

Method getPlayerPosZ

Minecraft-Utils/1.9/src/Variables.java:577–580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

575 }
576
577 @Override
578 public double getPlayerPosZ() {
579 return getSpectatingEntity().r;
580 }
581
582 @Override
583 public float getPlayerRotationYaw() {

Callers 8

getPlayerChunkXMethod · 0.95
getPlayerChunkYMethod · 0.95
getPlayerChunkZMethod · 0.95
getPlayerChunkRelXMethod · 0.95
getPlayerChunkRelYMethod · 0.95
getPlayerChunkRelZMethod · 0.95
getBiomeMethod · 0.95
getLightLevelMethod · 0.95

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected