summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityEnderDragon.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-70/+68
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-152/+192
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-217/+167
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-8/+11
| | | | | | | | | | | | | 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
* Add remaining missing setLastDamageCause'sSteve Anton2012-07-14-0/+1
|
* Fixed EnderDragon not dealing damage after it has been hit. Fixes BUKKIT-1751EvilSeph2012-06-12-1/+1
|
* Make EntityCreatePortalEvent block list Unmodifiable.feildmaster2012-04-02-2/+2
|
* Tell clients to update if EntityPortalCreateEvent is canceled. Fixes BUKKIT-1426feildmaster2012-04-02-0/+10
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-11/+11
|
* Fixed BlockStateListPopulator in EntityEnderDragon not being populated. ↵EvilSeph2012-03-11-38/+21
| | | | Fixes BUKKIT-1130
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-50/+43
|
* Updated to rename revision 02Erik Broes2012-03-01-1/+1
|
* Adjusted CraftBukkit to work with the entity event convenience patch in ↵TomyLobo2012-02-29-1/+1
| | | | Bukkit. Addresses BUKKIT-809
* Made Ender Dragons fire EntityRegainHealth events when getting healed by ↵EvilSeph2012-02-08-3/+10
| | | | Ender Crystals.
* Dragons now throw events when creating portalsNathan Adams2012-01-15-13/+32
|
* Fix formatting.Erik Broes2012-01-15-2/+2
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-6/+6
| | | | | 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-34/+34
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-7/+7
|
* Make EntityEnderDragon call the ExplosionEventiAndrew Ardill2011-12-08-0/+1
| | | | | Rather than just creating the event and not worrying any further about it. Thanks for the heads up snowleo!
* Teach EnderDragon how to throw EntityExplosionEvents when it breaks blocksAndrew Ardill2011-12-08-3/+29
| | | | | | | | | | | | We also teach CraftWorld how to explode an event, taken from Explosion.a(boolean) (the code that breaks blocks and drops them on the ground). The EnderDragon has a flag that slows it down when it hits unbreakable blocks: Obsidian, White Stone or Bedrock. It might be useful to extend the event so that plugins can set this. Letting the API set the default yield for an explosion event has been deprecated, so we now set the default yield using the appropriate constructor.
* Teach EnderDragon how to throw EntityDamage eventsAndrew Ardill2011-12-05-1/+17
| | | | Relates to BUKKIT-129
* Make the EnderDragon respect experience drop set in death eventAndrew Ardill2011-12-02-2/+10
|
* Add EntityEnderDragonAndrew Ardill2011-12-02-0/+590