summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/util
Commit message (Expand)AuthorAgeLines
* Fix some additional documentation typosmd_52018-01-15-1/+1
* Some minor improvements from static analysismd_52017-11-07-7/+7
* SPIGOT-3568: Fix single letter pagination edge casemd_52017-09-18-1/+4
* Assorted whitespace fixesmd_52017-08-06-4/+4
* SPIGOT-3283: Add finite checking util methods to Location / Vectorsmd_52017-06-02-1/+11
* Implement pre-spawn API to allow modifications to spawned entities.Xor Boole2016-12-06-0/+17
* Update to Minecraft 1.11md_52016-11-17-26/+0
* Deprecate and stop using Java15Compat class.md_52016-07-29-1/+7
* Minecraft 1.9.4md_52016-05-10-2/+2
* Add non-mutative getCrossProduct method to Vector.0x277F2016-02-07-0/+19
* Revert finite checks in locations. Fixes SPIGOT-628 and othersmd_52015-02-28-54/+82
* Add isFinite util methods.md_52015-02-26-2/+10
* Move checkFinite methods to a util class.md_52015-02-26-6/+13
* Only allow finite x,y,z and yaw,pitch values for Vector and LocationJonas Konrad2015-02-20-82/+60
* Remove old bukkit command permission nodes.FearThe13372014-12-11-94/+0
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-8/+7
* Update to Minecraft 1.8md_52014-11-26-0/+147
* Use region matching instead of sub-strings. Addresses BUKKIT-5275Wesley Wolfe2014-01-04-3/+3
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-63/+116
* Update Update Bukkit to 1.7.2mbax2013-11-30-0/+15
* Use simple multiplication for squaring. Fixes BUKKIT-4836Wesley Wolfe2013-10-09-5/+9
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-09-10-6/+4
* Add ConfigurationSerializable-Serializable compatibility. Adds BUKKIT-4662Wesley Wolfe2013-08-06-0/+139
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-08-03-5/+3
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-4/+4
* Add Effect command. Adds BUKKIT-3763feildmaster2013-03-31-1/+1
* [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069feildmaster2012-12-01-2/+2
* Add tab-completion API. Fixes BUKKIT-2181. Adds BUKKIT-2602Score_Under2012-10-16-0/+49
* Revive the toggledownfall permission! (and fix descriptions)feildmaster2012-08-02-2/+3
* Update Bukkit for 1.3.1 changesfeildmaster2012-08-02-1/+3
* Use existing function to get opposite block faceAcrobot2012-05-25-28/+3
* Adding ceil to NumberConversionsWesley Wolfe2012-04-15-0/+5
* [Bleeding] Correct handling of blank lines in ChatPaginator.zml20082012-03-10-6/+8
* [Bleeding] ChatPaginator now preserves the color of a line after wrapping the...rmichela2012-03-08-3/+30
* We build for 1.5.EvilSeph2012-03-01-9/+8
* [Bleeding] Added Help API. Addresses BUKKIT-863rmichela2012-03-01-1/+138
* [Bleeding] Optimized locToBlock. Addresses BUKKIT-815Wesley Wolfe2012-02-29-9/+20
* [Bleeding] Added a Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-42/+36
* Reduced excessive exception handling in NumberConversions. Addresses BUKKIT-825TomyLobo2012-02-28-12/+12
* [Bleeding] Cleanup clone methods.Wesley Wolfe2012-02-20-14/+3
* Deprecation cleanup.Erik Broes2012-02-18-841/+0
* Cleanup.EvilSeph2012-01-27-2/+2
* Generic cleaningErik Broes2012-01-15-13/+6
* Vector.getMidpoint should not modify the current Vector. Thanks TomyLobo for ...Erik Broes2012-01-04-3/+3
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-72/+72
* Configuration methods .getX (int/double/etc) now try to cast existing values ...Nathan Adams2011-12-12-0/+92
* Added /xp and /toggledownfall commands from vanillaNathan Adams2011-12-02-0/+2
* Small javadoc cleanupNathan Adams2011-10-10-5/+0
* Added new Configuration classesDinnerbone2011-10-10-5/+63
* Revert "Added callback line of sight methods. Thanks xZise!"EvilSeph2011-10-03-53/+0