Add API to manipulate boss bar of entities and those created by commands
By: Yannick Lamprecht <yannicklamprecht@live.de>
This commit is contained in:
@@ -3,5 +3,5 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a Wither boss
|
||||
*/
|
||||
public interface Wither extends Monster {
|
||||
public interface Wither extends Monster, Boss {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user