summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/plugin
Commit message (Expand)AuthorAgeLines
* Remove Ebean ORMmd_52017-05-14-6/+0
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-170/+176
* [BREAKING] Use event class instead of event for timings. Fixes BUKKIT-4664Score_Under2013-08-07-0/+56
* Test PluginManager.removePermissionEdGruberman2013-03-11-10/+62
* Add tab-completion API. Fixes BUKKIT-2181. Adds BUKKIT-2602Score_Under2012-10-16-0/+5
* Change Player usage in unit tests to proxiesWesley Wolfe2012-08-10-767/+47
* Add API to get a players experience to level (getExpToLevel). Implements BUKK...feildmaster2012-07-11-0/+4
* Add an isValid() method to Entity. Addresses BUKKIT-810TomyLobo2012-06-28-0/+4
* Add LivingEntity.hasLineOfSight. Addresses BUKKIT-1255TomyLobo2012-06-23-0/+4
* Support asynchronous events; Addresses BUKKIT-1212Wesley Wolfe2012-06-13-0/+118
* Added missing tests to TestPlayer.EvilSeph2012-03-22-0/+8
* Updated tests with isBlocking().EvilSeph2012-03-14-0/+4
* [Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Wh...rmichela2012-03-08-0/+5
* [Bleeding] Added Help API. Addresses BUKKIT-863rmichela2012-03-01-0/+4
* [Bleeding] Added Conversations API. Addresses BUKKIT-864rmichela2012-03-01-0/+17
* Revert Plugin to Interface, added PluginBaseFeildmaster2012-02-29-27/+3
* [Bleeding] Inventory framework and events. Addresses BUKKIT-856Celtic Minstrel2012-02-29-0/+39
* Implementation of richer playEffect methods. Addresses BUKKIT-857Celtic Minstrel2012-02-29-0/+4
* [Bleeding] Added a Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-4/+49
* [Bleeding] Added launchProjectile.aPunch2012-02-23-0/+5
* [Bleeding] Added EntityType to replace CreatureType.Celtic Minstrel2012-02-22-0/+5
* Deprecation cleanup.Erik Broes2012-02-18-18/+0
* [Bleeding] Added Potions API. Fixes BUKKIT-389fullwall2012-02-10-0/+27
* [Bleeding] Added Vanish API for hiding players from each other.Travis Watkins2012-02-03-0/+12
* Add Player.setBedSpawnLocation(Location). Thanks md_5Erik Broes2012-01-17-0/+4
* [Bleeding] Added Plugin.getLogger() which returns a java.util.Logger that pre...rmichela2012-01-17-0/+5
* Generic cleaningErik Broes2012-01-15-3/+3
* Added Player set/getAllowFlight methods. Thanks to Qala for the PR.Nathan Adams2012-01-15-0/+8
* Fix unambiguous importErik Broes2012-01-15-1/+0
* Added entity.playEffect, thanks to main-- in an (unfortunately old) PR.Nathan Adams2012-01-14-10/+5
* Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/1...Nathan Adams2012-01-13-0/+1038