summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Entity.java
Commit message (Expand)AuthorAgeLines
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-56/+58
* Updated for the cleanups done in BukkitErik Broes2011-03-26-8/+5
* Allow Vehicle Motion to save properlyafforess2011-03-23-8/+13
* - fix VEHICLE_COLLISION_BLOCK event firingTanel Suurhans2011-02-28-1/+1
* Fixed logging back in on non-default worlds (Yes really)Dinnerbone2011-02-24-1/+6
* Generic code cleanupErik Broes2011-02-23-33/+36
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-145/+157
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-10/+9
* Fixed logging into the correct worldDinnerbone2011-02-07-0/+15
* Implemented VEHICLE_EXITDinnerbone2011-02-01-0/+21
* Implemented VEHICLE_COLLISION_BLOCKDinnerbone2011-01-31-0/+25
* ENTITY_DAMAGED now knows hot from wetDinnerbone2011-01-31-1/+1
* Implemented getRemainingAir/setRemainingAir/getMaximumAir/setMaximumAir on Li...Dinnerbone2011-01-31-1/+1
* Fixed rogue chmodsErik Broes2011-01-30-0/+0
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-6/+6
* Port to new mc-dev format.Erik Broes2011-01-30-623/+657
* Revert "Entity's bukkitEntity field now holds a CraftEntity by default."sk89q2011-01-21-3/+1
* Entity's bukkitEntity field now holds a CraftEntity by default.sk89q2011-01-21-1/+3
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-9/+9
* fixes some explosion events to stop accessing null entities. Andrew Ardill2011-01-20-0/+3
* small change to block event with lava and cactus, to improveAndrew Ardill2011-01-18-1/+2
* fixed imports on all EntitiesAndrew Ardill2011-01-18-2/+2
* fixes to combust event so that it is raised only once on combustion.Andrew Ardill2011-01-18-14/+44
* Updates to all Entities to use getBukkitEntity() any time an event isAndrew Ardill2011-01-18-13/+4
* created getBukkitEntity() in minecraft.server.EntityAndrew Ardill2011-01-18-0/+10
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-4/+43
* All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.en...Dinnerbone2011-01-15-3/+3
* Events should be present tense, not paste tense.Erik Broes2011-01-15-2/+2
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-61/+102
* Updated against new mc-dev format, takes out quite some casting troubles at t...Erik Broes2011-01-11-37/+35
* Added passenger methods to Vehicle/LivingEntity.sk89q2011-01-07-1/+8
* Direct fire exposure eventangelsl2011-01-03-0/+870