summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityZombie.java
Commit message (Collapse)AuthorAgeLines
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-3/+3
|
* Updated for the cleanups done in BukkitErik Broes2011-03-26-2/+1
|
* Generic code cleanupErik Broes2011-02-23-0/+1
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-5/+5
|
* 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-11/+13
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-3/+3
|
* fixed imports on all EntitiesAndrew Ardill2011-01-18-0/+1
|
* Addition of all Entity classes.Andrew Ardill2011-01-18-5/+2
| | | | | | Each Entity creates a corresponding instance of a Craft Entity, to be used whenever sending instances to an event handler with getBukkitEntity().
* Updates to all Entities to use getBukkitEntity() any time an event isAndrew Ardill2011-01-18-1/+1
| | | | | raised. Similar update to CraftVehicle and CraftLivingEntity
* created getBukkitEntity() in minecraft.server.EntityAndrew Ardill2011-01-18-0/+4
| | | | | This returns a protected field that is set in the constructor of each minecraft.server.Entity to a new CraftEntity of some specific type.
* All entity stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-1/+1
| | | | org.bukkit.craftbukkit.entity
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-11/+11
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-5/+4
| | | | the cost of extra ()'s
* Remember, minimal diffs and *NO TABS*Erik Broes2011-01-10-8/+8
|
* Fixed EntityZombieTaylor Kelly2011-01-10-0/+1
|
* EntityCombustEventTaylor Kelly2011-01-10-0/+54