summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeLines
...
* Add dummy /testfor command in Bukkit. Addresses BUKKIT-3813Travis Watkins2013-03-18-0/+27
* Add per-player Weather API. Adds BUKKIT-812T00thpick12013-03-18-0/+40
* Add block or entity causes to BlockIgniteEvent. Addresses BUKKIT-3609, BUKKIT...Yariv Livay2013-03-18-5/+54
* Add InventoryPickupItemEvent. Adds BUKKIT-3798Michael Limiero2013-03-18-0/+58
* Make HopperMinecart implement InventoryHolder. Adds BUKKIT-3796Michael Limiero2013-03-18-1/+2
* No @Override here in Java 1.5.Travis Watkins2013-03-17-1/+0
* Add Entity.isOnGround(). Adds BUKKIT-3787Chad Waters2013-03-17-0/+19
* Don't use deprecated interface.Travis Watkins2013-03-17-1/+3
* Add Hopper block state and inventory type. Adds BUKKIT-3749Michael Limiero2013-03-17-0/+12
* Validate method parameters when registering events. Fixes BUKKIT-3779feildmaster2013-03-16-2/+2
* 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