base mod created
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.minecraft.entity;
|
||||
|
||||
public interface IProjectile
|
||||
{
|
||||
/**
|
||||
* Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
|
||||
*/
|
||||
void shoot(double x, double y, double z, float velocity, float inaccuracy);
|
||||
}
|
||||
Reference in New Issue
Block a user