Class MeleeAttackGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
Direct Known Subclasses:
BeeEntity.StingGoal, FoxEntity.AttackGoal, PandaEntity.AttackGoal, PolarBearEntity.AttackGoal, RabbitEntity.RabbitAttackGoal, RavagerEntity.AttackGoal, SpiderEntity.AttackGoal, VindicatorEntity.AttackGoal, ZombieAttackGoal

public class MeleeAttackGoal extends Goal
Mappings:
Namespace Name
official bli
intermediary net/minecraft/class_1366
named net/minecraft/entity/ai/goal/MeleeAttackGoal
  • Field Details

    • MAX_ATTACK_TIME

      private static final long MAX_ATTACK_TIME
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official l Lbli;l:J
      intermediary field_30218 Lnet/minecraft/class_1366;field_30218:J
      named MAX_ATTACK_TIME Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;MAX_ATTACK_TIME:J
    • mob

      protected final PathAwareEntity mob
      Mappings:
      Namespace Name Mixin selector
      official a Lbli;a:Lbep;
      intermediary field_6503 Lnet/minecraft/class_1366;field_6503:Lnet/minecraft/class_1314;
      named mob Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;mob:Lnet/minecraft/entity/mob/PathAwareEntity;
    • speed

      private final double speed
      Mappings:
      Namespace Name Mixin selector
      official b Lbli;b:D
      intermediary field_6500 Lnet/minecraft/class_1366;field_6500:D
      named speed Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;speed:D
    • pauseWhenMobIdle

      private final boolean pauseWhenMobIdle
      Mappings:
      Namespace Name Mixin selector
      official c Lbli;c:Z
      intermediary field_6502 Lnet/minecraft/class_1366;field_6502:Z
      named pauseWhenMobIdle Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;pauseWhenMobIdle:Z
    • path

      private Path path
      Mappings:
      Namespace Name Mixin selector
      official d Lbli;d:Ldtz;
      intermediary field_6509 Lnet/minecraft/class_1366;field_6509:Lnet/minecraft/class_11;
      named path Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;path:Lnet/minecraft/entity/ai/pathing/Path;
    • targetX

      private double targetX
      Mappings:
      Namespace Name Mixin selector
      official e Lbli;e:D
      intermediary field_6508 Lnet/minecraft/class_1366;field_6508:D
      named targetX Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;targetX:D
    • targetY

      private double targetY
      Mappings:
      Namespace Name Mixin selector
      official f Lbli;f:D
      intermediary field_6507 Lnet/minecraft/class_1366;field_6507:D
      named targetY Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;targetY:D
    • targetZ

      private double targetZ
      Mappings:
      Namespace Name Mixin selector
      official g Lbli;g:D
      intermediary field_6506 Lnet/minecraft/class_1366;field_6506:D
      named targetZ Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;targetZ:D
    • updateCountdownTicks

      private int updateCountdownTicks
      Mappings:
      Namespace Name Mixin selector
      official h Lbli;h:I
      intermediary field_6501 Lnet/minecraft/class_1366;field_6501:I
      named updateCountdownTicks Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;updateCountdownTicks:I
    • cooldown

      private int cooldown
      Mappings:
      Namespace Name Mixin selector
      official i Lbli;i:I
      intermediary field_24667 Lnet/minecraft/class_1366;field_24667:I
      named cooldown Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;cooldown:I
    • attackIntervalTicks

      private final int attackIntervalTicks
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official j Lbli;j:I
      intermediary field_6504 Lnet/minecraft/class_1366;field_6504:I
      named attackIntervalTicks Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;attackIntervalTicks:I
    • lastUpdateTime

      private long lastUpdateTime
      Mappings:
      Namespace Name Mixin selector
      official k Lbli;k:J
      intermediary field_19200 Lnet/minecraft/class_1366;field_19200:J
      named lastUpdateTime Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;lastUpdateTime:J
  • Constructor Details

    • MeleeAttackGoal

      public MeleeAttackGoal(PathAwareEntity mob, double speed, boolean pauseWhenMobIdle)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbli;<init>(Lbep;DZ)V
      intermediary <init> Lnet/minecraft/class_1366;<init>(Lnet/minecraft/class_1314;DZ)V
      named <init> Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;DZ)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
    • start

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lbky;c()V
      intermediary method_6269 Lnet/minecraft/class_1352;method_6269()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V
    • 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
    • attack

      protected void attack(LivingEntity target, double squaredDistance)
      Mappings:
      Namespace Name Mixin selector
      official a Lbli;a(Lbeg;D)V
      intermediary method_6288 Lnet/minecraft/class_1366;method_6288(Lnet/minecraft/class_1309;D)V
      named attack Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;attack(Lnet/minecraft/entity/LivingEntity;D)V
    • resetCooldown

      protected void resetCooldown()
      Mappings:
      Namespace Name Mixin selector
      official h Lbli;h()V
      intermediary method_28346 Lnet/minecraft/class_1366;method_28346()V
      named resetCooldown Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;resetCooldown()V
    • isCooledDown

      protected boolean isCooledDown()
      Mappings:
      Namespace Name Mixin selector
      official i Lbli;i()Z
      intermediary method_28347 Lnet/minecraft/class_1366;method_28347()Z
      named isCooledDown Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;isCooledDown()Z
    • getCooldown

      protected int getCooldown()
      Mappings:
      Namespace Name Mixin selector
      official k Lbli;k()I
      intermediary method_28348 Lnet/minecraft/class_1366;method_28348()I
      named getCooldown Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;getCooldown()I
    • getMaxCooldown

      protected int getMaxCooldown()
      Mappings:
      Namespace Name Mixin selector
      official l Lbli;l()I
      intermediary method_28349 Lnet/minecraft/class_1366;method_28349()I
      named getMaxCooldown Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;getMaxCooldown()I
    • getSquaredMaxAttackDistance

      protected double getSquaredMaxAttackDistance(LivingEntity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lbli;a(Lbeg;)D
      intermediary method_6289 Lnet/minecraft/class_1366;method_6289(Lnet/minecraft/class_1309;)D
      named getSquaredMaxAttackDistance Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;getSquaredMaxAttackDistance(Lnet/minecraft/entity/LivingEntity;)D