Interface RangedAttackMob

All Known Implementing Classes:
AbstractSkeletonEntity, SnowGolemEntity, WitchEntity, WitherEntity

public interface RangedAttackMob
Mappings:
Namespace Name
official vx
intermediary net/minecraft/class_1931
named net/minecraft/entity/RangedAttackMob
  • Method Summary

    Modifier and Type Method Description
    void rangedAttack​(LivingEntity entity, float float2)  
  • Method Details

    • rangedAttack

      void rangedAttack​(LivingEntity entity, float float2)
      Mappings:
      Namespace Name Mixin selector
      official a Lvx;a(Lpr;F)V
      intermediary method_7874 Lnet/minecraft/class_1931;method_7874(Lnet/minecraft/class_1752;F)V
      named rangedAttack Lnet/minecraft/entity/RangedAttackMob;rangedAttack(Lnet/minecraft/entity/LivingEntity;F)V