001package net.minecraft.entity;
002
003public interface IProjectile
004{
005 /**
006 * Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
007 */
008 void setThrowableHeading(double d0, double d1, double d2, float f, float f1);
009}