summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityPigZombie.java
Commit message (Collapse)AuthorAgeLines
* Update for 1.6.5Erik Broes2011-05-30-5/+5
|
* Implemented 1.6!Dinnerbone2011-05-26-3/+3
|
* Update for 1.5_02.Erik Broes2011-04-21-18/+18
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-21/+25
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-7/+7
|
* Generic code cleanupErik Broes2011-02-23-1/+3
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-12/+12
|
* Fixed rogue chmodsErik Broes2011-01-30-0/+0
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-6/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-39/+31
|
* EntityTargetEventTaylor Kelly2011-01-26-3/+21
|
* 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/+100
These are needed to properly allow for determining class type, in accordance with current practice.