mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-19 14:51:27 +01:00
Make EnderDragon extend/implement Mob
By: md_5 <git@md-5.net>
This commit is contained in:
parent
fc98731c16
commit
6c398630e8
@ -8,7 +8,7 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
/**
|
/**
|
||||||
* Represents an Ender Dragon
|
* 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.
|
* Represents a phase or action that an Ender Dragon can perform.
|
||||||
|
Loading…
Reference in New Issue
Block a user