YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.entity.IProjectile Interface Reference
Inheritance diagram for net.minecraft.entity.IProjectile:
net.minecraft.entity.projectile.EntityArrow net.minecraft.entity.projectile.EntityThrowable net.minecraft.entity.item.EntityEnderPearl net.minecraft.entity.item.EntityExpBottle net.minecraft.entity.projectile.EntityEgg net.minecraft.entity.projectile.EntityPotion net.minecraft.entity.projectile.EntitySnowball

Public Member Functions

void setThrowableHeading (double d0, double d1, double d2, float f, float f1)
 

Member Function Documentation

void net.minecraft.entity.IProjectile.setThrowableHeading ( double  d0,
double  d1,
double  d2,
float  f,
float  f1 
)

Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.

Implemented in net.minecraft.entity.projectile.EntityArrow, and net.minecraft.entity.projectile.EntityThrowable.


The documentation for this interface was generated from the following file: