public interface IProjectile
Modifier and Type | Method and Description |
---|---|
void |
shoot(double x,
double y,
double z,
float velocity,
float inaccuracy)
Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
|