summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Entity.java
Commit message (Expand)AuthorAgeLines
* 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
* Updated to rename revision 02Erik Broes2012-03-01-10/+10
* Fixed VehicleBlockCollisionEvent returning the wrong block. Fixes BUKKIT-396EvilSeph2012-02-08-1/+1
* Update for 1.1_01 renames.Erik Broes2012-01-15-7/+7
* Updated to Minecraft 1.1Erik Broes2012-01-12-101/+117
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-7/+7
* Fix CraftBukkit comments.Erik Broes2012-01-12-6/+6
* Avoid some avoidable calls, clean PluginManager accessorsAndrew Ardill2011-12-19-10/+12
* Prevent VehicleEnterEvent being sent when player exits vehicle.Sam Wilson2011-12-19-0/+12
* Clean-up some events to maintain general styleAndrew Ardill2011-12-05-1/+1
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-58/+56
* Implementation of reworked EntityCombustEventsAndrew Ardill2011-11-29-10/+35
* Remove expensive debugcalls from production codeErik Broes2011-11-26-6/+6
* Update for 1.0.0Erik Broes2011-11-20-178/+228
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-6/+6
* Rename revision 2Dinnerbone2011-09-15-5/+5
* 1.8 rename fixesDinnerbone2011-09-15-1/+0
* Update for Minecraft 1.8Dinnerbone2011-09-15-140/+174
* Deprecated Block.getFace(Face) and Block.getFace(Face,int); use getRelative()Erik Broes2011-07-17-4/+4
* Made ProjectileHitEvent fire instantly when projectiles don't hit entities.sunkid2011-07-14-6/+0
* Fixed uuid code that was prematurely pushed.Warren Loo2011-07-13-15/+17
* uuid changesTahg2011-07-13-16/+11
* Update for 1.7.3Dinnerbone2011-07-08-6/+6
* Implements a World UID.Rigby2011-07-07-3/+10
* Update to Minecraft 1.7Dinnerbone2011-06-30-42/+54
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-85/+58
* Implemented the concept of a projectile.sunkid2011-06-18-0/+9
* I'm sorry Paintings... please come back...Rigby2011-06-19-0/+2
* Forgot to account for code shuffling with player.dat fixes.EvilSeph2011-06-17-4/+4
* Possible Player.dat fixes to address issues with switching between Vanilla an...Rigby2011-06-17-1/+11
* Generic cleanupErik Broes2011-06-12-7/+23
* Fixed not being able to login if the world saved in your player.dat no longer...EvilSeph2011-06-10-2/+5
* Portal changes.Tahg2011-06-08-1/+10
* Exempt Vehicles from Entity.java's sanity checkEvilSeph2011-06-07-11/+0