RangedEntity API
Allows you to determine if an entity is capable of ranged attacks, and to perform an attack.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
import com.destroystokyo.paper.entity.RangedEntity;
|
||||
|
||||
/**
|
||||
* Represents an Illusioner "Illager".
|
||||
*/
|
||||
public interface Illusioner extends Spellcaster { }
|
||||
public interface Illusioner extends Spellcaster, RangedEntity { // Paper
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user