Minecraft 1.9.4

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-05-10 21:47:27 +10:00
parent 2b3b83636e
commit f192600993
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ public class EulerAngle {
* passed angle in radians
*
* @param x the angle for the x axis in radians
* @param y the angle for the x axis in radians
* @param z the angle for the x axis in radians
* @param y the angle for the y axis in radians
* @param z the angle for the z axis in radians
*/
public EulerAngle(double x, double y, double z) {
this.x = x;