Class AttackGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.AttackGoal

public class AttackGoal extends Goal
Goal that causes its mob to follow and attack its selected target.
Mappings:
Namespace Name
official blo
intermediary net/minecraft/class_1371
named net/minecraft/entity/ai/goal/AttackGoal
  • Field Details

    • mob

      private final MobEntity mob
      Mappings:
      Namespace Name Mixin selector
      official a Lblo;a:Lbei;
      intermediary field_6541 Lnet/minecraft/class_1371;field_6541:Lnet/minecraft/class_1308;
      named mob Lnet/minecraft/entity/ai/goal/AttackGoal;mob:Lnet/minecraft/entity/mob/MobEntity;
    • target

      private LivingEntity target
      Mappings:
      Namespace Name Mixin selector
      official b Lblo;b:Lbeg;
      intermediary field_6539 Lnet/minecraft/class_1371;field_6539:Lnet/minecraft/class_1309;
      named target Lnet/minecraft/entity/ai/goal/AttackGoal;target:Lnet/minecraft/entity/LivingEntity;
    • cooldown

      private int cooldown
      Mappings:
      Namespace Name Mixin selector
      official c Lblo;c:I
      intermediary field_6540 Lnet/minecraft/class_1371;field_6540:I
      named cooldown Lnet/minecraft/entity/ai/goal/AttackGoal;cooldown:I
  • Constructor Details

    • AttackGoal

      public AttackGoal(MobEntity mob)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblo;<init>(Lbei;)V
      intermediary <init> Lnet/minecraft/class_1371;<init>(Lnet/minecraft/class_1308;)V
      named <init> Lnet/minecraft/entity/ai/goal/AttackGoal;<init>(Lnet/minecraft/entity/mob/MobEntity;)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