13
0
geforkt von Mirrors/Paper

Added LivingEntity.shootArrow().

By: sk89q <the.sk89q@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-01-03 17:15:09 -08:00
Ursprung 38b76fb99e
Commit 6aebc36e30

Datei anzeigen

@ -28,4 +28,11 @@ public interface LivingEntity extends Entity {
* Throws a snowball from the entity.
*/
public Snowball throwSnowball();
/**
* Shoots an arrow from the entity.
*
* @return
*/
public Arrow shootArrow();
}