base mod created
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package net.minecraft.entity;
|
||||
|
||||
public interface IRangedAttackMob
|
||||
{
|
||||
/**
|
||||
* Attack the specified entity using a ranged attack.
|
||||
*/
|
||||
void attackEntityWithRangedAttack(EntityLivingBase target, float distanceFactor);
|
||||
|
||||
void setSwingingArms(boolean swingingArms);
|
||||
}
|
||||
Reference in New Issue
Block a user