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

Method getPlayerRotationPitch

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

Source from the content-addressed store, hash-verified

585 }
586
587 @Override
588 public float getPlayerRotationPitch() {
589 return getSpectatingEntity().y;
590 }
591
592 @Override
593 public int getPlayerChunkX() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected