summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityWaterMob.java
Commit message (Collapse)AuthorAgeLines
* Port to new mc-dev format.Erik Broes2011-01-30-37/+0
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-4/+4
|
* fixed imports on all EntitiesAndrew Ardill2011-01-18-0/+2
|
* Addition of all Entity classes.Andrew Ardill2011-01-18-0/+7
| | | | | | Each Entity creates a corresponding instance of a Craft Entity, to be used whenever sending instances to an event handler with getBukkitEntity().
* Adding all Entities into CraftBukkit.Andrew Ardill2011-01-18-0/+28
These are needed to properly allow for determining class type, in accordance with current practice.