Interface RangedAttackMob
- All Known Subinterfaces:
CrossbowAttackMob
- All Known Implementing Classes:
AbstractSkeleton, Bogged, Drowned, Illusioner, Llama, Parched, Piglin, Pillager, Skeleton, SnowGolem, Stray, TraderLlama, Witch, WitherBoss, WitherSkeleton
public interface RangedAttackMob
-
Method Summary
Modifier and TypeMethodDescriptionvoidperformRangedAttack(LivingEntity target, float power) Attack the specified entity using a ranged attack.
-
Method Details
-
performRangedAttack
Attack the specified entity using a ranged attack.
-