Add methods to set and reset max health. Adds BUKKIT-266
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user