mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Minecraft 1.9.4
This commit is contained in:
parent
d19bb5b8c5
commit
b7b8f1e11a
2 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue