SPIGOT-3371: Add note about angular values in Location
By: md_5 <git@md-5.net>
This commit is contained in:
parent
e115450c3c
commit
200cce8acd
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,12 @@ import org.bukkit.util.NumberConversions;
|
||||||
import org.bukkit.util.Vector;
|
import org.bukkit.util.Vector;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a 3-dimensional position in a world
|
* Represents a 3-dimensional position in a world.
|
||||||
|
* <br>
|
||||||
|
* No constraints are placed on any angular values other than that they be
|
||||||
|
* specified in degrees. This means that negative angles or angles of greater
|
||||||
|
* magnitude than 360 are valid, but may be normalized to any other equivalent
|
||||||
|
* representation by the implementation.
|
||||||
*/
|
*/
|
||||||
public class Location implements Cloneable, ConfigurationSerializable {
|
public class Location implements Cloneable, ConfigurationSerializable {
|
||||||
private World world;
|
private World world;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue