MCPcopy Create free account
hub / github.com/Teneted/Tenet / getYaw

Method getYaw

src/main/java/org/bukkit/Location.java:242–244  ·  view source on GitHub ↗

Gets the yaw of this location, measured in degrees. A yaw of 0 or 360 represents the positive z direction. A yaw of 180 represents the negative z direction. A yaw of 90 represents the negative x direction. A yaw of 270 represents the positive x direction. Increasing yaw va

()

Source from the content-addressed store, hash-verified

240 * @return the rotation's yaw
241 */
242 public float getYaw() {
243 return yaw;
244 }
245
246 /**
247 * Sets the pitch of this location, measured in degrees.

Callers 8

getDirectionMethod · 0.95
launchProjectileMethod · 0.95
setSpawnLocationMethod · 0.45
spawnArrowMethod · 0.45
createEntityMethod · 0.45
teleportMethod · 0.45
setCompassTargetMethod · 0.45
setBedSpawnLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected