summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityFireball.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-11/+14
* fixed imports on all EntitiesAndrew Ardill2011-01-18-0/+1
* fixes to combust event so that it is raised only once on combustion.Andrew Ardill2011-01-18-4/+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/+5
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-0/+245