mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user