mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-21 16:09:24 +00:00
Continued development
This commit is contained in:
@@ -6,5 +6,5 @@ import org.bukkit.Location;
|
||||
* NMS Interface for managing illusioner bosses
|
||||
*/
|
||||
public interface IllusionerWrapper {
|
||||
EntityIllusionerWrapper spawn(Location location, double maxHealth, double attackDamage);
|
||||
EntityIllusionerWrapper spawn(Location location, double maxHealth, double attackDamage, String name);
|
||||
}
|
||||
Reference in New Issue
Block a user