SPIGOT-7221: Add Enemy (Entity) interface
By: ShaneBee <shanebolenback@me.com>
This commit is contained in:
@@ -3,7 +3,7 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a phantom.
|
||||
*/
|
||||
public interface Phantom extends Flying {
|
||||
public interface Phantom extends Flying, Enemy {
|
||||
|
||||
/**
|
||||
* @return The size of the phantom
|
||||
|
||||
Reference in New Issue
Block a user