summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityLiving.java
Commit message (Collapse)AuthorAgeLines
* Whitespace + general cleanupErik Broes2011-05-15-2/+3
|
* Update for 1.5_02.Erik Broes2011-04-21-162/+171
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-44/+44
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-59/+79
|
* Updated for the cleanups done in BukkitErik Broes2011-03-26-2/+1
|
* Implementation of LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamageErik Broes2011-03-24-1/+1
|
* Implement DamageType.VOIDGunther De Wachter2011-03-17-1/+16
|
* BUGFIX: Damage events should be using getDamage() to set damage.Andrew Ardill2011-02-28-2/+3
|
* Generic code cleanupErik Broes2011-02-23-13/+17
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-177/+189
|
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-3/+1
|
* Second part of NPE and arctan update :3VictorD2011-02-20-1/+2
|
* Fixed bug in event when taking fall damage. Now uses event damage.Andrew Ardill2011-02-12-1/+1
|
* Implemented ENTITY_DEATH for monsters and animalsDinnerbone2011-01-30-6/+24
|
* 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-446/+488
|
* Fixed drowning damage event.sk89q2011-01-30-1/+13
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-5/+4
|
* Added suffocation damage as an event.sk89q2011-01-20-1/+11
|
* Expanded scope of change comments.sk89q2011-01-20-1/+1
|
* Added fall damage event.sk89q2011-01-20-1/+15
|
* fixed imports on all EntitiesAndrew Ardill2011-01-18-0/+2
|
* fixes to combust event so that it is raised only once on combustion.Andrew Ardill2011-01-18-1/+0
| | | | minor fixes to imports
* 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/+723
These are needed to properly allow for determining class type, in accordance with current practice.