mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Make EnderDragon extend/implement Mob
This commit is contained in:
parent
96509e0409
commit
eeda79989f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue