Add methods to set and reset max health. Adds BUKKIT-266

By: feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot
2012-12-23 03:28:01 -06:00
parent ea74fb0bf1
commit cf6e899830
3 changed files with 61 additions and 40 deletions

View File

@@ -3,6 +3,6 @@ package org.bukkit.entity;
/**
* Represents an ender dragon part
*/
public interface EnderDragonPart extends ComplexEntityPart {
public interface EnderDragonPart extends ComplexEntityPart, Damageable {
public EnderDragon getParent();
}