Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add Effect command. Adds BUKKIT-3763 | feildmaster | 2013-03-31 | -1/+113 |
| | ||||
* | Add method to update state without physics update. Addresses BUKKIT-3939 | Travis Watkins | 2013-03-31 | -1/+17 |
| | ||||
* | Add Beacon BlockState for hopper events. Fixes BUKKIT-3932 | Travis Watkins | 2013-03-29 | -0/+9 |
| | ||||
* | Pulling all pending Bukkit-JavaDoc changes | Edmond Poon | 2013-03-27 | -3/+23 |
| | ||||
* | Allow fishing success rate to be adjustable. Adds BUKKIT-3837 | Andre LeBlanc | 2013-03-25 | -1/+23 |
| | ||||
* | Add methods to check for conflicting enchantments. Adds BUKKIT-3830 | GJ | 2013-03-25 | -0/+16 |
| | ||||
* | Add ability to change player item in hand. Adds BUKKIT-3318 | Patrick Seidel | 2013-03-24 | -1/+21 |
| | ||||
* | Add Thorns to DamageCause - Related to BUKKIT-3505 | riking | 2013-03-23 | -0/+6 |
| | ||||
* | Add InventoryMoveItemEvent. Adds BUKKIT-3765 | Dennis Bliefernicht | 2013-03-23 | -0/+109 |
| | | | | | | This event is being called whenever a block or entity (e.g. hopper) tries to move an item from one inventory to another inventory (one inventory may be the hopper itself). | |||
* | Add Dropper BlockState. Adds BUKKIT-3750 | Xephi | 2013-03-21 | -1/+31 |
| | ||||
* | Map old wildcard recipe data to new 1.5 value. Fixes BUKKIT-3849 | Travis Watkins | 2013-03-21 | -0/+11 |
| | ||||
* | Add ability to modify ThrownPotion properties. Adds BUKKIT-3197 | Olof Larsson | 2013-03-21 | -0/+21 |
| | ||||
* | Add method to get the source of a TNTPrimed. Adds BUKKIT-3815 | AlphaBlend | 2013-03-21 | -1/+19 |
| | ||||
* | Add Fish (Hook) entity to PlayerFishEvent. Adds BUKKIT-1025 | Andre LeBlanc | 2013-03-20 | -0/+23 |
| | ||||
* | Added the hasGravity method to Blocks. Adds BUKKIT-3832 | nitnelave | 2013-03-20 | -0/+17 |
| | ||||
* | Pulling all pending Bukkit-JavaDoc changes | Edmond Poon | 2013-03-20 | -15/+22 |
| | ||||
* | BlockState for Command Blocks. Adds BUKKIT-3805. | Nate Mortensen | 2013-03-19 | -0/+40 |
| | ||||
* | Add an enum for Nether Wart growth stages. Adds BUKKIT-1599 | GJ | 2013-03-19 | -1/+106 |
| | ||||
* | Add dummy /testfor command in Bukkit. Addresses BUKKIT-3813 | Travis Watkins | 2013-03-18 | -0/+27 |
| | | | | | This command only functions in command blocks so the bukkit command for it simply spits out an error message. | |||
* | Add per-player Weather API. Adds BUKKIT-812 | T00thpick1 | 2013-03-18 | -0/+40 |
| | ||||
* | Add block or entity causes to BlockIgniteEvent. Addresses BUKKIT-3609, ↵ | Yariv Livay | 2013-03-18 | -5/+54 |
| | | | | BUKKIT-3656, BUKKIT-3657 | |||
* | Add InventoryPickupItemEvent. Adds BUKKIT-3798 | Michael Limiero | 2013-03-18 | -0/+58 |
| | ||||
* | Make HopperMinecart implement InventoryHolder. Adds BUKKIT-3796 | Michael Limiero | 2013-03-18 | -1/+2 |
| | ||||
* | No @Override here in Java 1.5. | Travis Watkins | 2013-03-17 | -1/+0 |
| | ||||
* | Add Entity.isOnGround(). Adds BUKKIT-3787 | Chad Waters | 2013-03-17 | -0/+19 |
| | ||||
* | Don't use deprecated interface. | Travis Watkins | 2013-03-17 | -1/+3 |
| | ||||
* | Add Hopper block state and inventory type. Adds BUKKIT-3749 | Michael Limiero | 2013-03-17 | -0/+12 |
| | ||||
* | Validate method parameters when registering events. Fixes BUKKIT-3779 | feildmaster | 2013-03-16 | -2/+2 |
| | ||||
* | Moved all specific minecart entities to sub-package. | Wesley Wolfe | 2013-03-16 | -33/+107 |
| | | | | | | | | | | | | | | | | | | | This change is breaking for the new API for 1.5, including the interfaces for the three new Minecart types and the name of the previously TNT_MINECART material. This change also deprecates the two previous specific minecart types located in the org.bukkit.entity package. This deprecation is not a breaking change and will still be internally supported. Each minecart type has new javadoc to be slightly more descriptive. Included with this are specific references to the interface for each respective EntityType entry. Another package-info.java file has been included as well. All specific minecart types extend minecart, each with a more descriptive name. The naming will also follow the old convention. In addition, the minecart with no specific designation is now more closely referred to as a rideable minecart. | |||
* | Use proper naming convention for boolean methods. | Travis Watkins | 2013-03-15 | -1/+1 |
| | ||||
* | Update Bukkit for Minecraft 1.5 | Travis Watkins | 2013-03-15 | -4/+107 |
| | ||||
* | Removed superfluous recalculation call; Fixes BUKKIT-3728 | Jeffrey Wardian | 2013-03-12 | -2/+0 |
| | | | | | | | | | The permission attachment interface provides two methods each for setting and unsetting permissions. Each one also provides an extra call to the recalculatePermissions() method on the permissible, which degrades performance. This commit removes the duplicate call to recalculate permissions. | |||
* | Convert name to lower case for removePermission; Fixes BUKKIT-3726 | Max A | 2013-03-11 | -2/+2 |
| | | | | | | | Permissions are stored as lower case names and referenced as such in all appropriate methods but removePermission. This changes removePermission to also convert names to lower case to be consistent with the rest of the API. | |||
* | Add PlayerItemConsumeEvent. Adds BUKKIT-2349 | Travis Watkins | 2013-03-02 | -0/+75 |
| | ||||
* | Pulling all pending Bukkit-JavaDoc changes | Wesley Wolfe | 2013-02-22 | -14/+292 |
| | ||||
* | Fix ClassCastException for malformed plugin.yml. Fixes BUKKIT-3563 | Wesley Wolfe | 2013-02-03 | -2/+9 |
| | | | | | | If the plugin.yml gets loaded but wasn't in the form of a map, the server would crash. This safely checks to see if it can be cast, throwing invalid description if it cannot. | |||
* | Fix invalid integers in spawnpoint command. Fixes BUKKIT-3509 | feildmaster | 2013-01-26 | -5/+19 |
| | | | | | getInteger returns min value on illegal number formats, so we change behavior to throw an exception when requested. | |||
* | Only use TravelAgent if supplied; Addresses BUKKIT-3466 | EdGruberman | 2013-01-24 | -1/+1 |
| | | | | If there is no TravelAgent assigned, it can not be used. | |||
* | Don't try listing something that may not exist. Fixes BUKKIT-3471 | feildmaster | 2013-01-23 | -0/+2 |
| | | | | | The player name may not be provided, in which case the command will fail hard. | |||
* | Improve javadoc in 26 files. | feildmaster | 2013-01-22 | -144/+253 |
| | | | | | | Addresses: BUKKIT-1643, BUKKIT-1868, BUKKIT-1846, BUKKIT-2632, BUKKIT-3196, BUKKIT-3187, BUKKIT-3198, BUKKIT-3200, BUKKIT-3201 and BUKKIT-3417. | |||
* | [Bleeding] Add experimental support for entity portal traveling | EdGruberman | 2013-01-19 | -2/+107 |
| | | | | | | | | | EntityPortalEvent is called when an entity is about to portal to a new location. This event is cancellable on top of being able to change the exit location. EntityPortalExitEvent is called when exiting the portal, allowing for adjustment of the exit velocity. | |||
* | Added negative id check to Material.getMaterial(int). Fixes BUKKIT-3414 | MikeMatrix | 2013-01-15 | -1/+1 |
| | | | | Negative id values would try to access the array out of bounds and throw an java.lang.ArrayIndexOutOfBoundsException. | |||
* | Switch DyeColor firework Colors. Fixes BUKKIT-3382 | Wesley Wolfe | 2013-01-05 | -16/+16 |
| | | | | | The firework colors were based on the respective wool data values. This means the colors were in reverse order. | |||
* | Clarify dye and wool color datas in DyeColor. Addresses BUKKIT-2786 | Wesley Wolfe | 2013-01-05 | -33/+92 |
| | | | | | | | | | | | | DyeColor used the wool data for getData(), which is very misleading based on class name. The old method has been deprecated and replaced with getWoolData() and getDyeData() for the appropriate types of data values. The MaterialData classes Dye and Wool were updated appropriately, especially Dye innapropriately using a DyeColor data value compensation. Unit tests were added for the new methods, as well as the getColor on Dye and Wool. | |||
* | Add experience methods for PlayerFishEvent. Adds BUKKIT-3348 | feildmaster | 2013-01-01 | -0/+23 |
| | ||||
* | Don't allow nulls in PlayerRespawnEvent. Fixes BUKKIT-2571 | feildmaster | 2012-12-29 | -0/+4 |
| | ||||
* | Add method to get defult leather color. Adds BUKKIT-3203 | Wesley Wolfe | 2012-12-27 | -3/+12 |
| | | | | | The default leather color is already used internally in place of null. The javadocs were updated appropriately to indicate as such. | |||
* | Use correct warning in JavaPluginLoader. Fixes BUKKIT-3315 | Wesley Wolfe | 2012-12-27 | -2/+2 |
| | | | | | The warning message printed with the stack traces on the deprecated methods mistakingly use the wrong method signature in the description. | |||
* | Add methods to set and reset max health. Adds BUKKIT-266 | feildmaster | 2012-12-23 | -40/+61 |
| | ||||
* | Remove duplicate message for console. Fixes BUKKIT-3267 | Travis Watkins | 2012-12-23 | -4/+0 |
| |