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

Method getPlayerRotationYaw

Minecraft-Utils/1.8.8/src/Variables.java:618–621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

616 }
617
618 @Override
619 public float getPlayerRotationYaw() {
620 return getSpectatingEntity().y;
621 }
622
623 @Override
624 public float getPlayerRotationPitch() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected