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:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user