9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-22 16:39:25 +00:00

Added illusioner adapting

This commit is contained in:
Auxilor
2020-12-21 12:23:05 +00:00
parent 13b4689619
commit dddb510a2f
7 changed files with 65 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ import org.bukkit.Location;
*/
public interface IllusionerWrapper {
EntityIllusionerWrapper spawn(Location location, double maxHealth, double attackDamage, String name);
EntityIllusionerWrapper adapt(org.bukkit.entity.Illusioner illusioner, Location location, double maxHealth, double attackDamage, String name);
}