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

Method getPlayerPosZ

Minecraft-Utils/1.13/src/Variables.java:622–625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

620 }
621
622 @Override
623 public double getPlayerPosZ() {
624 return getSpectatingEntity().s;
625 }
626
627 @Override
628 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