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