mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Added LivingEntity.shootArrow().
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
38b76fb99e
commit
6aebc36e30
1 changed files with 7 additions and 0 deletions
|
@ -28,4 +28,11 @@ public interface LivingEntity extends Entity {
|
||||||
* Throws a snowball from the entity.
|
* Throws a snowball from the entity.
|
||||||
*/
|
*/
|
||||||
public Snowball throwSnowball();
|
public Snowball throwSnowball();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Shoots an arrow from the entity.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
public Arrow shootArrow();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue