Paper/src/main
Andrew Ardill b08b85bd26 Teach EnderDragon how to throw EntityExplosionEvents when it breaks blocks
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.
2011-12-08 00:31:21 +11:00
..
java Teach EnderDragon how to throw EntityExplosionEvents when it breaks blocks 2011-12-08 00:31:21 +11:00
resources/configurations Added header to bukkit.yml 2011-10-12 13:26:07 +01:00