-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
Environment:
Linux 4.10.13-1-ARCH
Java 8 Headless
Currently the method Location.getYaw() can return a value between -360 and 360. (Tested with player)
The docs however only report that the value can lie between 0 and 360. Please update the docs or the method. https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Location.html#getYaw--