net.minecraft.entity
Interface IProjectile

All Known Implementing Classes:
EntityArrow, EntityEgg, EntityEnderPearl, EntityExpBottle, EntityPotion, EntitySnowball, EntityThrowable

public interface IProjectile


Method Summary
 void setThrowableHeading(double var1, double var3, double var5, float var7, float var8)
          Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
 

Method Detail

setThrowableHeading

void setThrowableHeading(double var1,
                         double var3,
                         double var5,
                         float var7,
                         float var8)
Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.