summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Entity.java
Commit message (Expand)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-1892/+0
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-57/+57
* [Bleeding] Implement new damage api. Fixes BUKKIT-5326, BUKKIT-3878.t00thpick12014-06-22-22/+13
* Rework mob item dropping on death. Fixes BUKKIT-5625Travis Watkins2014-05-26-0/+7
* [Bleeding] Add missing HangingBreakEvent. Fixes BUKKIT-3943GJ2014-04-18-4/+17
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-137/+146
* [Bleeding] Implement ProjectileSource API. Addresses BUKKIT-1038, BUKKIT-1156t00thpick12014-01-30-0/+1
* Don't try to teleport to a null world. Fixes BUKKIT-5145Travis Watkins2013-12-14-1/+1
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-224/+252
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-51/+51
* Check that a vehicle is a Vehicle before casting. Fixes BUKKIT-4749Nate Mortensen2013-09-09-1/+1
* Correctly fire VehicleExitEvent. Fixes BUKKIT-3761Nate Mortensen2013-07-13-1/+25
* Update CraftBukkit to 1.6.2mbax2013-07-08-28/+38
* Rework max health values. Fixes BUKKIT-4398Wesley Wolfe2013-07-02-4/+0
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-111/+88
* Always process movement for vehicles and passengers. Fixes BUKKIT-4142Travis Watkins2013-04-30-1/+1
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-3/+3
* Various minor performance improvementsTravis Watkins2013-04-13-0/+6
* Refactor EntityDamageEvents. Adds BUKKIT-1944 & BUKKIT-3684feildmaster2013-04-10-32/+2
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-15/+15
* Fire VehicleEnterEvent for loaded chunks only. Fixes BUKKIT-3831me45022013-03-23-1/+1
* Update CraftBukkit to Minecraft 1.5.1Travis Watkins2013-03-20-8/+8
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-216/+235
* Always return a TravelAgent; Fixes BUKKIT-3541EdGruberman2013-02-04-1/+1
* Always use the set exit location for portal events. Fixes BUKKIT-3555.James Clarke2013-02-04-1/+1
* Target default world when returning from The End; Fixes BUKKIT-3494EdGruberman2013-01-28-0/+2
* Compensate for allow-nether/allow-end as false; Fixes BUKKIT-3466EdGruberman2013-01-23-2/+12
* [Bleeding] Add experimental support for entity portal travelingEdGruberman2013-01-19-7/+40
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-1/+1
* Fix persistence on tamed pets. Fixes BUKKIT-3300feildmaster2012-12-28-1/+6
* Update maxhealth for entities that have variable max health. Fixes BUKKIT-3308feildmaster2012-12-27-0/+10
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-25/+25
* Fix players not being able to pickup items due to default values.feildmaster2012-12-11-0/+8
* Fix leaky pipes (water flow). Fixes BUKKIT-3085feildmaster2012-12-01-2/+2
* [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069feildmaster2012-12-01-4/+4
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-203/+254
* Disable portal support for entities for now. Restore allowNether check.EvilSeph2012-10-30-3/+3
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-167/+310
* Bulk pending cleanup.Wesley Wolfe2012-09-09-6/+6
* Fix entities not having valid "isValid" states. Addresses BUKKIT-2366feildmaster2012-08-22-1/+1
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-292/+288
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-6/+8
* Add remaining missing setLastDamageCause'sSteve Anton2012-07-14-0/+2
* Apply setLastDamageCause after processing events and the event has not been c...feildmaster2012-07-02-0/+2
* Mark entities as invalid when they get despawned. Addresses BUKKIT-810Travis Watkins2012-06-28-0/+1
* Rework clipping logic again, now works as well as the original implementationEvilSeph2012-04-21-0/+73
* Reverting the Drop API for now, we need to re-evalute this as it is causing t...Warren Loo2012-03-27-9/+1
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-25/+46
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes B...Celtic Minstrel2012-03-21-1/+9
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-51/+59