summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityMobs.java
Commit message (Expand)AuthorAgeLines
* Port to new mc-dev format.Erik Broes2011-01-30-135/+0
* EntityTargetEventTaylor Kelly2011-01-26-1/+19
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-5/+5
* Probable fix for Bug #231.Uristqwerty2011-01-20-1/+1
* fixed imports on all EntitiesAndrew Ardill2011-01-18-4/+0
* Fixing some entity damage eventsAndrew Ardill2011-01-18-1/+7
* Addition of all Entity classes.Andrew Ardill2011-01-18-1/+2
* Updates to all Entities to use getBukkitEntity() any time an event isAndrew Ardill2011-01-18-3/+1
* created getBukkitEntity() in minecraft.server.EntityAndrew Ardill2011-01-18-0/+5
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-0/+111