Make EnderDragon extend/implement Mob

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2021-12-30 09:35:43 +11:00
parent fc98731c16
commit 6c398630e8

View File

@ -8,7 +8,7 @@ import org.jetbrains.annotations.Nullable;
/**
* Represents an Ender Dragon
*/
public interface EnderDragon extends ComplexLivingEntity, Boss {
public interface EnderDragon extends ComplexLivingEntity, Boss, Mob {
/**
* Represents a phase or action that an Ender Dragon can perform.