9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 16:09:24 +00:00

Continued development

This commit is contained in:
Auxilor
2020-12-08 19:50:38 +00:00
parent 733cd22c29
commit 4baae80598
40 changed files with 430 additions and 1102 deletions

View File

@@ -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);
}