Class ProjectileAttackGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.ProjectileAttackGoal
Direct Known Subclasses:
DrownedEntity.TridentAttackGoal

public class ProjectileAttackGoal extends Goal
Mappings:
Namespace Name
official blx
intermediary net/minecraft/class_1381
named net/minecraft/entity/ai/goal/ProjectileAttackGoal
  • Field Details

    • mob

      private final MobEntity mob
      Mappings:
      Namespace Name Mixin selector
      official a Lblx;a:Lbei;
      intermediary field_6583 Lnet/minecraft/class_1381;field_6583:Lnet/minecraft/class_1308;
      named mob Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;mob:Lnet/minecraft/entity/mob/MobEntity;
    • owner

      private final RangedAttackMob owner
      Mappings:
      Namespace Name Mixin selector
      official b Lblx;b:Lbuh;
      intermediary field_6582 Lnet/minecraft/class_1381;field_6582:Lnet/minecraft/class_1603;
      named owner Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;owner:Lnet/minecraft/entity/ai/RangedAttackMob;
    • target

      Mappings:
      Namespace Name Mixin selector
      official c Lblx;c:Lbeg;
      intermediary field_6580 Lnet/minecraft/class_1381;field_6580:Lnet/minecraft/class_1309;
      named target Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;target:Lnet/minecraft/entity/LivingEntity;
    • updateCountdownTicks

      private int updateCountdownTicks
      Mappings:
      Namespace Name Mixin selector
      official d Lblx;d:I
      intermediary field_6581 Lnet/minecraft/class_1381;field_6581:I
      named updateCountdownTicks Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;updateCountdownTicks:I
    • mobSpeed

      private final double mobSpeed
      Mappings:
      Namespace Name Mixin selector
      official e Lblx;e:D
      intermediary field_6586 Lnet/minecraft/class_1381;field_6586:D
      named mobSpeed Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;mobSpeed:D
    • seenTargetTicks

      private int seenTargetTicks
      Mappings:
      Namespace Name Mixin selector
      official f Lblx;f:I
      intermediary field_6579 Lnet/minecraft/class_1381;field_6579:I
      named seenTargetTicks Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;seenTargetTicks:I
    • minIntervalTicks

      private final int minIntervalTicks
      Mappings:
      Namespace Name Mixin selector
      official g Lblx;g:I
      intermediary field_6578 Lnet/minecraft/class_1381;field_6578:I
      named minIntervalTicks Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;minIntervalTicks:I
    • maxIntervalTicks

      private final int maxIntervalTicks
      Mappings:
      Namespace Name Mixin selector
      official h Lblx;h:I
      intermediary field_6577 Lnet/minecraft/class_1381;field_6577:I
      named maxIntervalTicks Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;maxIntervalTicks:I
    • maxShootRange

      private final float maxShootRange
      Mappings:
      Namespace Name Mixin selector
      official i Lblx;i:F
      intermediary field_6585 Lnet/minecraft/class_1381;field_6585:F
      named maxShootRange Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;maxShootRange:F
    • squaredMaxShootRange

      private final float squaredMaxShootRange
      Mappings:
      Namespace Name Mixin selector
      official j Lblx;j:F
      intermediary field_6584 Lnet/minecraft/class_1381;field_6584:F
      named squaredMaxShootRange Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;squaredMaxShootRange:F
  • Constructor Details

    • ProjectileAttackGoal

      public ProjectileAttackGoal(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblx;<init>(Lbuh;DIF)V
      intermediary <init> Lnet/minecraft/class_1381;<init>(Lnet/minecraft/class_1603;DIF)V
      named <init> Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;<init>(Lnet/minecraft/entity/ai/RangedAttackMob;DIF)V
    • ProjectileAttackGoal

      public ProjectileAttackGoal(RangedAttackMob mob, double mobSpeed, int minIntervalTicks, int maxIntervalTicks, float maxShootRange)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblx;<init>(Lbuh;DIIF)V
      intermediary <init> Lnet/minecraft/class_1381;<init>(Lnet/minecraft/class_1603;DIIF)V
      named <init> Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;<init>(Lnet/minecraft/entity/ai/RangedAttackMob;DIIF)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lbky;a()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class Goal
      Mappings:
      Namespace Name Mixin selector
      official b Lbky;b()Z
      intermediary method_6266 Lnet/minecraft/class_1352;method_6266()Z
      named shouldContinue Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
    • stop

      public void stop()
      Overrides:
      stop in class Goal
      Mappings:
      Namespace Name Mixin selector
      official d Lbky;d()V
      intermediary method_6270 Lnet/minecraft/class_1352;method_6270()V
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V
    • shouldRunEveryTick

      public boolean shouldRunEveryTick()
      Returns if the goal should run every tick or not.

      This returns false by default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.

      Overrides:
      shouldRunEveryTick in class Goal
      Returns:
      if the goal should run every tick or not
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official E_ Lbky;E_()Z
      intermediary method_38846 Lnet/minecraft/class_1352;method_38846()Z
      named shouldRunEveryTick Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
    • tick

      public void tick()
      Overrides:
      tick in class Goal
      Mappings:
      Namespace Name Mixin selector
      official e Lbky;e()V
      intermediary method_6268 Lnet/minecraft/class_1352;method_6268()V
      named tick Lnet/minecraft/entity/ai/goal/Goal;tick()V