summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntitySnowball.java
Commit message (Expand)AuthorAgeLines
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-5/+5
* Fixes to projectile events to check for null entities.Andrew Ardill2011-01-20-20/+16
* fixed imports on all EntitiesAndrew Ardill2011-01-18-2/+0
* Updates to all Entities to use getBukkitEntity() any time an event isAndrew Ardill2011-01-18-4/+1
* created getBukkitEntity() in minecraft.server.EntityAndrew Ardill2011-01-18-0/+4
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-0/+269