MCPcopy Create free account
hub / github.com/cabaletta/baritone / getYaw

Method getYaw

src/api/java/baritone/api/utils/Rotation.java:47–49  ·  view source on GitHub ↗

@return The yaw of this rotation

()

Source from the content-addressed store, hash-verified

45 * @return The yaw of this rotation
46 */
47 public float getYaw() {
48 return this.yaw;
49 }
50
51 /**
52 * @return The pitch of this rotation

Callers 15

onPlayerUpdateMethod · 0.95
pigMethod · 0.95
onPlayerRotationMoveMethod · 0.95
peekRotationMethod · 0.95
updateStateMethod · 0.95
onTickMethod · 0.95
moveRelativeHeadMethod · 0.45
moveRelativeReturnMethod · 0.45
overrideYawMethod · 0.45
onPreElytraMoveMethod · 0.45
onPostElytraMoveMethod · 0.45
updateStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected