summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemBow.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-109/+0
| | | | For more information please see http://www.spigotmc.org/
* [Bleeding] Add many missing event calls.GJ2014-04-18-1/+10
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-2/+2
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-9/+11
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-6/+6
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-3/+5
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-4/+4
|
* Fix incorrect method names missed during update. Fixes BUKKIT-2653h31ix2012-10-28-2/+2
| | | | | | A couple method names were changed between 1.3.2 and 1.4.2 but were missed in the update. One of these affects being able to enchant bows and the other is used for updating player animations while firing.
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-2/+2
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-15/+16
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-5/+1
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-4/+4
|
* [Bleeding] Implement EntityShootBowEvent. Thanks Zeerix.Zeerix2012-01-17-0/+99