summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityArrow.java
Commit message (Expand)AuthorAgeLines
* Fixed rogue chmodsErik Broes2011-01-30-0/+0
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-9/+2
* Port to new mc-dev format.Erik Broes2011-01-30-183/+185
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-4/+4
* Fixes to projectile events to check for null entities.Andrew Ardill2011-01-20-23/+17
* Fix up NPE's in EntityMinecart/CraftVehicle and removed a little un-needed co...speakeasy2011-01-20-3/+1
* Fix for NPE with dispenser+arrow bug.speakeasy2011-01-20-1/+7
* fixes to combust event so that it is raised only once on combustion.Andrew Ardill2011-01-18-3/+0
* Updates to all Entities to use getBukkitEntity() any time an event isAndrew Ardill2011-01-18-5/+1
* created getBukkitEntity() in minecraft.server.EntityAndrew Ardill2011-01-18-3/+6
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-0/+293