Make EnderDragon extend/implement Mob

This commit is contained in:
md_5 2021-12-30 09:35:43 +11:00
parent 96509e0409
commit eeda79989f
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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.