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

Method getPlayerRotationPitch

Minecraft-Utils/1.8/src/Variables.java:603–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601 }
602
603 @Override
604 public float getPlayerRotationPitch() {
605 return getSpectatingEntity().z;
606 }
607
608 @Override
609 public int getPlayerChunkX() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected