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

Method getPlayerRotationPitch

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

Source from the content-addressed store, hash-verified

630 }
631
632 @Override
633 public float getPlayerRotationPitch() {
634 return getSpectatingEntity().z;
635 }
636
637 @Override
638 public int getPlayerChunkX() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected