summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityEnderman.java
Commit message (Collapse)AuthorAgeLines
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-2/+2
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-20/+20
|
* Updated to rename revision 02Erik Broes2012-03-01-9/+10
|
* Adjusted CraftBukkit to work with the entity event convenience patch in ↵TomyLobo2012-02-29-9/+2
| | | | Bukkit. Addresses BUKKIT-809
* Removed EndermanPickup/Place events, replaced with EntityChangeBlock event.EvilSeph2012-02-19-12/+2
|
* [Bleeding] Fixed EntityChangeBlock event reporting incorrect informationAidan Matzko2012-02-10-1/+3
| | | | for Enderman block placing.
* [Bleeding] Deprecate Enderman events in favor of EntityChangeBlockAidan Matzko2012-02-09-2/+13
|
* Implemented EntityTeleportEvent. Fixes BUKKIT-366craftycreeper2012-02-09-3/+13
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-2/+2
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Updated to Minecraft 1.1Erik Broes2012-01-12-17/+17
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-13/+13
|
* Update for 1.0.0Erik Broes2011-11-20-81/+78
|
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-2/+2
|
* Refactored a bunch of death code into the event factoryDinnerbone2011-09-21-10/+2
|
* Added/updated EntityDeathEvents to reflect changes to the Vanilla spec.EvilSeph2011-09-20-7/+21
|
* Fixed endermen not loading carried-data properlyDinnerbone2011-09-20-1/+1
|
* Added event for endermen picking up and placing blocks and methods to ↵Wizjany2011-09-20-0/+339
get/set what an enderman is holding.