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,9 +1,11 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
import com.destroystokyo.paper.entity.RangedEntity;
|
||||
|
||||
/**
|
||||
* Represents a Witch
|
||||
*/
|
||||
public interface Witch extends Raider {
|
||||
public interface Witch extends Raider, RangedEntity { // Paper
|
||||
|
||||
/**
|
||||
* Gets whether the witch is drinking a potion
|
||||
|
||||
Reference in New Issue
Block a user