summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityArrow.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-462/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-8/+8
|
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-1/+1
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-36/+36
|
* [Bleeding] Store correct block type when hitting blocks. Fixes BUKKIT-5209t00thpick12014-01-30-1/+1
| | | | | | | The block obtained and stored within the block object higher up does not reflect the block at the location being hit, rather it is the air block the arrow was previously in. Thusly when the variable is used to check if the arrow is still in the block, it fails.
* [Bleeding] Implement ProjectileSource API. Addresses BUKKIT-1038, BUKKIT-1156t00thpick12014-01-30-0/+3
|
* Add methods to get and set arrow knockback. Adds BUKKIT-5103Likaos2014-01-30-1/+1
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-49/+55
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-5/+5
|
* Return inGround when checking Arrow's OnGround state. Fixes BUKKIT-4439EvilSeph2013-07-10-0/+6
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-2/+2
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-11/+11
|
* Improve calling of ProjectileHitEvent. Fixes BUKKIT-3872Andre LeBlanc2013-03-26-7/+1
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-26/+34
|
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-2/+1
|
* /dev/null does not accept EnchantmentThornsWesley Wolfe2012-12-29-1/+5
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-17/+28
|
* Add EntityEquipment API. Adds BUKKIT-3103feildmaster2012-12-10-0/+1
| | | | | | | | Adds: - Getting/Setting equipment - getting/setting drop rates - getting/setting ability to pick up items -- As an added feature, players with this flag start off with a canceled PlayerPickupItemEvent
* Take into account if the shooter is a player before considering pvp mode for ↵feildmaster2012-11-27-1/+1
| | | | projectiles. Fixes BUKKIT-3058
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-15/+22
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-32/+36
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-76/+112
|
* [Bleeding] Allow CraftItem to be backed by non-EntityItems. Fixes BUKKIT-1351feildmaster2012-03-26-5/+4
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-3/+3
|
* [Bleeding] Call DamageEvent before CombustEvent for Arrows. Fixes BUKKIT-1100feildmaster2012-03-15-2/+3
|
* Fixed EntityDamageByEntityEvent to call for every attackable entity. Fixes ↵feildmaster2012-03-15-2/+2
| | | | BUKKIT-1129, Fixes BUKKIT-1054 and Fixes BUKKIT-147.
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-6/+34
|
* Updated to rename revision 02Erik Broes2012-03-01-6/+6
|
* Fixed EntityArrow just to use the PVP setting if the destination is asteffen2012-02-24-1/+1
| | | | Player. Fixes BUKKIT-803
* [Bleeding] Moved projectile EntityDamageByEntityEvent's to event factory. ↵Feildmaster2012-02-19-25/+4
| | | | Addresses BUKKIT-775
* [Bleeding] Fire EntityDamageByEntityEvent's for EnderDragon being hit by ↵Feildmaster2012-02-09-2/+2
| | | | Projectiles.
* Made flaming arrows respect PVP settings. Fixes BUKKIT-541EvilSeph2012-02-08-1/+1
|
* Made flaming arrows fire EntityCombustByEntity events. Fixes BUKKIT-707EvilSeph2012-02-08-1/+9
|
* Some efficiency updates to hit-mechanics. Thanks mintplant for the PR.Erik Broes2012-01-15-1/+1
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-8/+8
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Updated to Minecraft 1.1Erik Broes2012-01-12-13/+42
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-4/+4
|
* Clean-up some events to maintain general styleAndrew Ardill2011-12-05-2/+2
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-17/+17
|
* cleanup of projectilesAndrew Ardill2011-11-29-5/+0
|
* Update for 1.0.0Erik Broes2011-11-20-19/+27
|
* Bunchafixes which may or may not have any end resultDinnerbone2011-09-16-0/+4
|
* Fixed bow drawback not affecting arrow damage.EvilSeph2011-09-16-2/+2
|
* Rename revision 2Dinnerbone2011-09-15-2/+2
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-45/+61
|
* Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent.sunkid2011-07-28-4/+4
|
* Made ProjectileHitEvent fire instantly when projectiles don't hit entities.sunkid2011-07-14-0/+5
|
* Fixed PlayerPickupItem event returning wrong amount picked up and added ↵EvilSeph2011-07-02-1/+1
| | | | function to get the amount remaining on the ground.
* Update to Minecraft 1.7Dinnerbone2011-06-30-6/+6
|