papermc/paper-api/src/main/java/org/bukkit/ArrowEntity.java
Bukkit/Spigot 1ce014ded9 Added ArrowEntity and World.spawnArrow().
By: sk89q <the.sk89q@gmail.com>
2011-01-02 16:26:50 +08:00

9 lines
131 B
Java

package org.bukkit;
/**
* Represents an arrow.
*
* @author sk89q
*/
public interface ArrowEntity extends Entity {
}