summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityEnderman.java
Commit message (Collapse)AuthorAgeLines
* Add data values to EntityChangeBlockEvent. Adds BUKKIT-3077, BUKKIT-3076Wesley Wolfe2012-11-30-3/+1
| | | | This change affects Endermen and Silverfish, adding a data value for the block change event.
* Use carried item for endermen's changed-block's id. Fixes BUKKIT-3075Wesley Wolfe2012-11-30-1/+1
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-15/+17
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-45/+56
|
* Update to 1.3.2Travis Watkins2012-08-25-1/+1
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-69/+76
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-3/+1
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* 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.