summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/Location.java
Commit message (Expand)AuthorAgeLines
* SPIGOT-3371: Add note about angular values in Locationmd_52017-06-25-1/+6
* SPIGOT-3283: Add finite checking util methods to Location / Vectorsmd_52017-06-02-21/+33
* Revert finite checks in locations. Fixes SPIGOT-628 and othersmd_52015-02-28-38/+33
* Move checkFinite methods to a util class.md_52015-02-26-14/+3
* Only allow finite x,y,z and yaw,pitch values for Vector and LocationJonas Konrad2015-02-20-33/+50
* Make Location ConfigurationSerializable.Jofkos2015-01-07-1/+37
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-2/+5
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2014-07-08-1/+1
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-15/+17
* Add Location.setDirection(Vector). Adds BUKKIT-4862Wesley Wolfe2013-12-11-14/+81
* Use simple multiplication for squaring. Fixes BUKKIT-4836Wesley Wolfe2013-10-09-3/+3
* [Bleeding] Optimized locToBlock. Addresses BUKKIT-815Wesley Wolfe2012-02-29-1/+2
* [Bleeding] Cleanup clone methods.Wesley Wolfe2012-02-20-11/+2
* Further fix to Location.Tahg2012-01-10-1/+3
* Revert "Improved some debug in Location."EvilSeph2012-01-09-7/+5
* Improved some debug in Location.Tahg2012-01-09-5/+7
* improved some debug in LocationTahg2012-01-09-7/+5
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-7/+7
* Adds Location.getChunk()Kevin2011-12-11-0/+9
* Added add/subtract by Vector methods to Location, thanks to erisdiscordNathan Adams2011-10-11-0/+28
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-11/+11
* Fix toString in Location to be readableErik Broes2011-09-18-1/+1
* Generic cleanupErik Broes2011-06-12-8/+8
* Made Location less annoying to use. Too bad Location can't simply inherit Vec...sk89q2011-06-09-15/+161
* added playSound methods to the World interface and a utility method to Locationsunkid2011-06-09-0/+15
* Whitespace + general cleanupErik Broes2011-05-15-5/+8
* Added a few null pointer checks and performed minor touchups (tried improving...VictorD2011-03-05-1/+13
* Added easy locToBlock in LocationDinnerbone2011-02-25-3/+13
* (Relatively) minor javadoc cleanupDinnerbone2011-02-19-0/+23
* Added target block ray trace functionality.Raphfrk2011-02-18-0/+20
* Added a whole buncha overloads for Location in WorldDinnerbone2011-02-18-1/+1
* Location.getBlock() helper methodDinnerbone2011-02-18-0/+10
* General cleanup (deprecated+whitespace)Erik Broes2011-02-02-5/+5
* Moved org.bukkit.Vector to org.bukkit.util.sk89q2011-01-15-0/+2
* Made Location.clone() public.sk89q2011-01-08-1/+1
* Improved Vector and Location with some utility methods, optimized Vector.isIn...sk89q2011-01-03-0/+30
* Added Vector class.sk89q2011-01-02-0/+4
* Transition to MavenErik Broes2011-01-01-0/+187