Interface RangedAttackMob

All Known Implementing Classes:
class_3146, DrownedEntity, IllusionIllagerEntity, LlamaEntity, SkeletonEntity, SnowGolemEntity, StrayEntity, WhitherSkeletonEntity, WitchEntity, WitherEntity

public interface RangedAttackMob
Mappings:
Namespace Name
official anj
intermediary net/minecraft/class_1413
named net/minecraft/entity/ai/RangedAttackMob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    method_13246(boolean bool)
     
    void
    rangedAttack(LivingEntity target, float pullProgress)
     
  • Method Details

    • rangedAttack

      void rangedAttack(LivingEntity target, float pullProgress)
      Mappings:
      Namespace Name Mixin selector
      official a Lanj;a(Lafa;F)V
      intermediary method_4552 Lnet/minecraft/class_1413;method_4552(Lnet/minecraft/class_1699;F)V
      named rangedAttack Lnet/minecraft/entity/ai/RangedAttackMob;rangedAttack(Lnet/minecraft/entity/LivingEntity;F)V
    • method_13246

      void method_13246(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official s Lanj;s(Z)V
      intermediary method_13246 Lnet/minecraft/class_1413;method_13246(Z)V
      named method_13246 Lnet/minecraft/entity/ai/RangedAttackMob;method_13246(Z)V