13
0
geforkt von Mirrors/Paper

Minecraft 1.9.4

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-05-10 21:47:27 +10:00
Ursprung 2b3b83636e
Commit f192600993
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -11,7 +11,7 @@
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.9.2-R0.1-SNAPSHOT</version>
<version>1.9.4-R0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Bukkit</name>

Datei anzeigen

@ -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;