summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeLines
* Moved all specific minecart entities to sub-package.Wesley Wolfe2013-03-16-33/+107
* Use proper naming convention for boolean methods.Travis Watkins2013-03-15-1/+1
* Update Bukkit for Minecraft 1.5Travis Watkins2013-03-15-4/+107
* Removed superfluous recalculation call; Fixes BUKKIT-3728Jeffrey Wardian2013-03-12-2/+0
* Convert name to lower case for removePermission; Fixes BUKKIT-3726Max A2013-03-11-2/+2
* Add PlayerItemConsumeEvent. Adds BUKKIT-2349Travis Watkins2013-03-02-0/+75
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-02-22-14/+292
* Fix ClassCastException for malformed plugin.yml. Fixes BUKKIT-3563Wesley Wolfe2013-02-03-2/+9
* Fix invalid integers in spawnpoint command. Fixes BUKKIT-3509feildmaster2013-01-26-5/+19
* Only use TravelAgent if supplied; Addresses BUKKIT-3466EdGruberman2013-01-24-1/+1
* Don't try listing something that may not exist. Fixes BUKKIT-3471feildmaster2013-01-23-0/+2
* Improve javadoc in 26 files.feildmaster2013-01-22-144/+253
* [Bleeding] Add experimental support for entity portal travelingEdGruberman2013-01-19-2/+107
* Added negative id check to Material.getMaterial(int). Fixes BUKKIT-3414MikeMatrix2013-01-15-1/+1
* Switch DyeColor firework Colors. Fixes BUKKIT-3382Wesley Wolfe2013-01-05-16/+16
* Clarify dye and wool color datas in DyeColor. Addresses BUKKIT-2786Wesley Wolfe2013-01-05-33/+92
* Add experience methods for PlayerFishEvent. Adds BUKKIT-3348feildmaster2013-01-01-0/+23
* Don't allow nulls in PlayerRespawnEvent. Fixes BUKKIT-2571feildmaster2012-12-29-0/+4
* Add method to get defult leather color. Adds BUKKIT-3203Wesley Wolfe2012-12-27-3/+12
* Use correct warning in JavaPluginLoader. Fixes BUKKIT-3315Wesley Wolfe2012-12-27-2/+2
* Add methods to set and reset max health. Adds BUKKIT-266feildmaster2012-12-23-40/+61
* Remove duplicate message for console. Fixes BUKKIT-3267Travis Watkins2012-12-23-4/+0
* Add firework api to get and set Firework ItemMetafeildmaster2012-12-21-0/+14
* Add Skull BlockState and Type enum. Adds BUKKIT-3258meiskam2012-12-21-0/+71
* Add enchantment storage meta. Adds BUKKIT-3237Wesley Wolfe2012-12-21-0/+65
* Add FireworkEffect and respective item metas. Adds BUKKIT-3236Wesley Wolfe2012-12-21-24/+595
* Add API to allow plugins to request players switch to a texture pack. Adds BU...Wojciech Stryjewski2012-12-20-0/+23
* Update Bukkit to Minecraft 1.4.6feildmaster2012-12-20-1/+72
* Apply commandBlockOutput to broadcastMessage. Addresses BUKKIT-3117feildmaster2012-12-18-1/+7
* Refactor get/setChestPlate to Chestplate. Addresses BUKKIT-3189feildmaster2012-12-18-2/+2
* Fix MaterialData directions being incorrect. Fixes BUKKIT-3160feildmaster2012-12-18-86/+113
* Deprecate methods in JavaPluginLoader and PluginClassLoaderWesley Wolfe2012-12-18-35/+172
* Clarify functionality in Inventory. Fixes BUKKIT-3097Wesley Wolfe2012-12-17-31/+46
* Add ItemMeta factory and interfaces. This adds BUKKIT-15Wesley Wolfe2012-12-17-79/+1289
* Add Material methods. Adds BUKKIT-3161, BUKKIT-3162, BUKKIT-3163,Wesley Wolfe2012-12-14-22/+232
* Add EntityEquipment API. Adds BUKKIT-3103feildmaster2012-12-10-0/+231
* Add isSolid() to Material. Adds BUKKIT-3131Wesley Wolfe2012-12-09-0/+118
* An executor set to null will now use the plugin. Fixes BUKKIT-3127feildmaster2012-12-09-1/+1
* Add FurnaceExtractEvent. Addresses BUKKIT-2114feildmaster2012-12-09-32/+96
* Provide a faster way to get a location. Adds BUKKIT-3120Travis Watkins2012-12-07-0/+24
* Add API to get and set collar colors of wolvesfeildmaster2012-12-05-0/+15
* Deprecate the scheduleAsync methods.Wesley Wolfe2012-12-05-0/+6
* Add getShutdownMessage() and stop command arguments. Adds BUKKIT-3031feildmaster2012-12-05-2/+23
* [BREAKING] EntityChangeBlockEvent can be non-living. Adds BUKKIT-3078Wesley Wolfe2012-12-04-10/+24
* Add API for controlling mob despawn away from players. Adds BUKKIT-2986Travis Watkins2012-12-04-0/+15
* [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069feildmaster2012-12-01-237/+237
* Add data values for entity change block event. Adds BUKKIT-3077, BUKKIT-3076Wesley Wolfe2012-11-30-0/+15
* Add API for creating explosions without damaging blocks. Fixes BUKKIT-3061feildmaster2012-11-27-0/+14
* Make RECORD_12 a record. Fixes BUKKIT-3023Wesley Wolfe2012-11-24-1/+1
* Cache material data constructors. Fixes BUKKIT-2980Darth Android2012-11-24-23/+22