Added LivingEntity.shootArrow().
This commit is contained in:
parent
0d3545bdca
commit
ed0ea80944
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user