Interface NearestAttackabletargetGoalAccessor<T extends net.minecraft.world.entity.LivingEntity>


public interface NearestAttackabletargetGoalAccessor<T extends net.minecraft.world.entity.LivingEntity>
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.entity.ai.targeting.TargetingConditions
     
     
  • Method Details

    • getTargetConditions

      net.minecraft.world.entity.ai.targeting.TargetingConditions getTargetConditions()
    • getTargetType

      Class<T> getTargetType()