Add definitions for Minecraft 1.9 gameplay elements

Includes an API for AreaEffectCloud and rework of Sound enum to include new sound values.

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-03-01 08:30:03 +11:00
parent bbb7d2b8a8
commit de63cae2d7
19 changed files with 1062 additions and 242 deletions

View File

@@ -407,6 +407,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
* Damage: 1-4 (Thorns)
*/
THORNS,
/**
* Damage caused by a dragon breathing fire.
* <p>
* Damage: variable
*/
DRAGON_BREATH,
/**
* Custom damage.
* <p>