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

Method getPlayerRotationYaw

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

Source from the content-addressed store, hash-verified

580 }
581
582 @Override
583 public float getPlayerRotationYaw() {
584 return getSpectatingEntity().x;
585 }
586
587 @Override
588 public float getPlayerRotationPitch() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected