mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
<version>1.9.2-R0.1-SNAPSHOT</version>
|
<version>1.9.4-R0.1-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Bukkit</name>
|
<name>Bukkit</name>
|
||||||
|
@@ -20,8 +20,8 @@ public class EulerAngle {
|
|||||||
* passed angle in radians
|
* passed angle in radians
|
||||||
*
|
*
|
||||||
* @param x the angle for the x axis in radians
|
* @param x the angle for the x axis in radians
|
||||||
* @param y the angle for the x axis in radians
|
* @param y the angle for the y axis in radians
|
||||||
* @param z the angle for the x axis in radians
|
* @param z the angle for the z axis in radians
|
||||||
*/
|
*/
|
||||||
public EulerAngle(double x, double y, double z) {
|
public EulerAngle(double x, double y, double z) {
|
||||||
this.x = x;
|
this.x = x;
|
||||||
|
Reference in New Issue
Block a user