summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityEnderDragon.java
Commit message (Collapse)AuthorAgeLines
* 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