Interface RangedAttackMob

All Known Subinterfaces:
CrossbowAttackMob
All Known Implementing Classes:
AbstractSkeleton, Bogged, Drowned, Illusioner, Llama, Piglin, Pillager, Skeleton, SnowGolem, Stray, TraderLlama, Witch, WitherBoss, WitherSkeleton

public interface RangedAttackMob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    performRangedAttack(LivingEntity pTarget, float pVelocity)
    Attack the specified entity using a ranged attack.
  • Method Details

    • performRangedAttack

      void performRangedAttack(LivingEntity pTarget, float pVelocity)
      Attack the specified entity using a ranged attack.