summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityChicken.java
Commit message (Collapse)AuthorAgeLines
* Update for 1.0.0Erik Broes2011-11-20-14/+26
|
* Refactored a bunch of death code into the event factoryDinnerbone2011-09-21-12/+2
|
* Added/updated EntityDeathEvents to reflect changes to the Vanilla spec.EvilSeph2011-09-20-0/+105
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-86/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-35/+34
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-4/+4
|
* fixed imports on all EntitiesAndrew Ardill2011-01-18-1/+2
|
* Addition of all Entity classes.Andrew Ardill2011-01-18-0/+8
| | | | | | 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/+78
These are needed to properly allow for determining class type, in accordance with current practice.